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=efc9db5d57552f9672cb15643d57a31ed3cfa823;p=evergreen%2Fequinox.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 Signed-off-by: Andrea Neiman Signed-off-by: Kathy Lussier --- 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;