From a21b35e850bd69e16d95cb5215b9fde8d3b3b5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 29 Sep 2019 12:21:30 -0400 Subject: [PATCH] Add generic term for one part of a column, to use in styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 'The term ‘drum’ is used to describe the individual circular sections places, one on top of another, to construct the shaft of the column.' --- 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 7dbd575..945507d 100644 --- a/web/modules/custom/geo_citation/geo_citation.module +++ b/web/modules/custom/geo_citation/geo_citation.module @@ -82,7 +82,7 @@ function geo_citation_pseudo_field($entity) { $subtitle = $entity->field_subtitle->value; $url = $entity->toUrl()->setAbsolute()->toString(); - $markup .= '
'; + $markup .= '
'; $tooltip = t("When citing this article, please use the following format:"); $markup .= '

' . t("Citations") . '

';