From 20ddda78650a910fe89adfcea7c3f8ef35c907ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 29 Sep 2019 17:18:04 -0400 Subject: [PATCH] Unlink URL in citation; it's always on the same page --- 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 22bf574..8c5f3e8 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 .= '';