From 8fedd285234e5a28f98730b85693c8a5fb50b7e9 Mon Sep 17 00:00:00 2001 From: "Zhou (Joe) Yuan" Date: Fri, 26 Aug 2022 12:22:46 -0400 Subject: [PATCH] Double quotes wrap single quote --- snippet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippet.php b/snippet.php index d97ed07..263a106 100644 --- a/snippet.php +++ b/snippet.php @@ -18,7 +18,7 @@ function cn_register_custom_metabox_and_text_field() { '' => '', 'Demonstration Project - University of Illinois, Chicago' => 'Demonstration Project - University of Illinois, Chicago', 'Demonstration Project - Harvard School of Medicine' => 'Demonstration Project - Harvard School of Medicine', - 'Demonstration Project - Children's Hospital of Philadelphia' => 'Demonstration Project - Children's Hospital of Philadelphia', + "Demonstration Project - Children's Hospital of Philadelphia" => "Demonstration Project - Children's Hospital of Philadelphia", 'HIVE IEC - Carnegie Mellon University' => 'HIVE IEC - Carnegie Mellon University', 'HIVE MC - Indiana University Bloomington' => 'HIVE MC - Indiana University Bloomington', 'HIVE MC - New York Genome Center' => 'HIVE MC - New York Genome Center',