From: Galen Charlton Date: Mon, 2 Nov 2015 19:53:53 +0000 (+0000) Subject: LP#1067823: follow-up: add back a space X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=863dcdb2f4cc67a80127b75c2e396596c084614f;p=working%2FEvergreen.git LP#1067823: follow-up: add back a space Ensure that there's a space displayed between each component of a heading coming from a subfield boundary; this prevents 600 $aHarry Potter$c(Fictional character) from getting displayed as Harry Potter(Fictional character) Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/opac/parts/record/subjects.tt2 b/Open-ILS/src/templates/opac/parts/record/subjects.tt2 index 5837c9e78f..5b9b8c6d64 100644 --- a/Open-ILS/src/templates/opac/parts/record/subjects.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/subjects.tt2 @@ -67,7 +67,7 @@ %][% single_term %][%- + -%]" rel="nofollow" vocab="">[% single_term %] [%- END; IF all_terms.size; "
"; END;