From 4127bb9c280fc2948bf398151b5ab362cc28c652 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 9 Feb 2015 15:44:24 -0500 Subject: [PATCH] More about-ness Signed-off-by: Dan Scott --- Open-ILS/src/templates_laurentian/opac/parts/record/subjects.tt2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates_laurentian/opac/parts/record/subjects.tt2 b/Open-ILS/src/templates_laurentian/opac/parts/record/subjects.tt2 index 3aaeb5fdf9..9ff5a0a03d 100644 --- a/Open-ILS/src/templates_laurentian/opac/parts/record/subjects.tt2 +++ b/Open-ILS/src/templates_laurentian/opac/parts/record/subjects.tt2 @@ -30,6 +30,7 @@ BLOCK render_subject; xpath = xpath || '//*[starts-with(@tag,"6")]'; FOR node IN ctx.marc_xml.findnodes(xpath); + ''; all_terms = []; graphics = []; FOR subfield IN node.childNodes; @@ -55,6 +56,7 @@ link880.value | html; ''; END; + ''; END; END %] @@ -68,7 +70,7 @@ [% subj.label %] - [% content %] + [% content %] -- 2.11.0