diff --git a/web/modules/custom/geo_citation/geo_citation.module b/web/modules/custom/geo_citation/geo_citation.module index 3125819..8d9f971 100644 --- a/web/modules/custom/geo_citation/geo_citation.module +++ b/web/modules/custom/geo_citation/geo_citation.module @@ -84,17 +84,17 @@ function geo_citation_pseudo_field($entity) { $markup .= '
'; - $tooltip = t("When citing this article, please use the following format:") - $markup .= '

' . t("Citations") . '

'; + $tooltip = t("When citing this article, please use the following format:"); + $markup .= '

' . t("Citations") . '

'; $markup .= '

'; - $markup .= "$authors ($year).  $title"; + $markup .= "$authors ($year).  $title"; if ($subtitle) { - $markup .= ":  $subtitle"; + $markup .= ":  $subtitle"; } - $markup .= ".  "; + $markup .= ".  "; $markup .= t("Grassroots Economic Organizing (GEO)."); - $markup .= "  $url"; + $markup .= "  $url'"; $markup .= '

'; $markup .= '
';