From 8542b1f352017c3264a083ab1626116c75b67f2a Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Thu, 26 Jan 2012 16:10:35 -0500 Subject: [PATCH] TPac: Make subjects less confusing The mdash can (and has) been interpreted as being a splitter between fully unrelated subjects. Change it to a gt to make the relationship obvious. Credit goes to other MassLNC members for the suggestion. Signed-off-by: Thomas Berezansky Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/parts/record/subjects.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/record/subjects.tt2 b/Open-ILS/src/templates/opac/parts/record/subjects.tt2 index df06100dba..a78bdef731 100644 --- a/Open-ILS/src/templates/opac/parts/record/subjects.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/subjects.tt2 @@ -36,7 +36,7 @@ NEXT UNLESS subfield.nodeName == "subfield"; code = subfield.getAttribute('code'); NEXT UNLESS code.match('[a-z]'); - IF code.match('[vxyz]'); " — "; END; + IF code.match('[vxyz]'); " > "; END; # at this point, we actually have a partial term to use. single_term = subfield.textContent | html; all_terms.push(subfield.textContent); -- 2.43.2