From a3626d592e0e13f728d917a09dcd1eef641b4887 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 --- Open-ILS/src/templates/opac/parts/record/summary.tt2 | 6 +++--- 1 file 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 fa751d7ffe..ddf1123409 100644 --- a/Open-ILS/src/templates/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2 @@ -138,10 +138,10 @@ IF num_uris > 0; [% l("Publisher:") %] [% attrs.publisher | html; - %][% IF attrs.pubdate; %] + [% IF attrs.pubdate; %] + + [% END; %] [%- END %] -- 2.11.0