LP#1067823: follow-up: add back a space
authorGalen Charlton <gmc@esilibrary.com>
Mon, 2 Nov 2015 19:53:53 +0000 (19:53 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 17 Feb 2016 15:49:46 +0000 (10:49 -0500)
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 <gmc@esilibrary.com>
Signed-off-by: Andrea Neiman <aneiman@kent.lib.md.us>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/opac/parts/record/subjects.tt2

index 5837c9e..5b9b8c6 100644 (file)
@@ -67,7 +67,7 @@
 
                 %]<a href="[%-
                        mkurl(ctx.opac_root _ '/results', {qtype=>'subject', query=>total_term}, stop_parms.merge(expert_search_parms, general_search_parms, browse_search_parms, facet_search_parms))
-                -%]" rel="nofollow" vocab="">[% single_term %]</a>[%-
+                -%]" rel="nofollow" vocab="">[% single_term %]</a> [%-
 
             END;
             IF all_terms.size; "<br/>"; END;