From 56f26ddc22cd0f91109902e357dd3cb4e575c46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 29 Sep 2019 12:22:00 -0400 Subject: [PATCH] Fix IDE-caused typo of extra quotation mark --- web/modules/custom/geo_citation/geo_citation.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/modules/custom/geo_citation/geo_citation.module b/web/modules/custom/geo_citation/geo_citation.module index 945507d..f3399c3 100644 --- a/web/modules/custom/geo_citation/geo_citation.module +++ b/web/modules/custom/geo_citation/geo_citation.module @@ -94,7 +94,7 @@ function geo_citation_pseudo_field($entity) { } $markup .= ".  "; $markup .= t("Grassroots Economic Organizing (GEO)."); - $markup .= "  $url'"; + $markup .= "  $url"; $markup .= '

'; $markup .= '';