From d859f2e863b047fcd85f40dd7d9fc6ec2023e5b8 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 21 Jan 2011 16:18:07 -0500 Subject: [PATCH] repaired subject rending on detail page --- Open-ILS/web/templates/default/opac/rdetail.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/templates/default/opac/rdetail.tt2 b/Open-ILS/web/templates/default/opac/rdetail.tt2 index f32bd49768..26e30ddad3 100644 --- a/Open-ILS/web/templates/default/opac/rdetail.tt2 +++ b/Open-ILS/web/templates/default/opac/rdetail.tt2 @@ -37,7 +37,7 @@ Subjects - [% FOR node IN marc_xml.findnodes('//*[@tag="650"]') %] + [% FOR node IN ctx.marc_xml.findnodes('//*[@tag="650"]') %] [% s0 = node.childNodes.0.textContent; s1 = node.childNodes.1.textContent; -- 2.43.2