From 4a1cf10753dde847ace2365cf4f7982ff6238a8b Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Fri, 30 Mar 2012 10:40:15 -0400 Subject: [PATCH] Minor cleanup of TT2 vs closing tag Signed-off-by: Mike Rylander Signed-off-by: Dan Scott --- .../src/templates/opac/parts/record/summary.tt2 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2 index c652d88..69a9f38 100644 --- a/Open-ILS/src/templates/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2 @@ -143,10 +143,10 @@ IF num_uris > 0; [% l("Publisher:") %] [% attrs.publisher | html; - %][% IF attrs.pubdate; %] + [% IF attrs.pubdate; %] + + [% END; %] [%- END %] -- 1.7.2.5