From 65874d7ee70ce8d98fd33350a7c82929edf34a47 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 12 Mar 2014 14:15:24 -0400 Subject: [PATCH] LP 1291537: Fix a dangling span in record/summary.tt2. It looks like the datePublished span should have been nested inside of the rdetail_value span of the rdetail_publisher li, but was not. This commit moves it to be nesed in that span. It was hard to see in the code, but in View Source, it really looked out of place. Signed-off-by: Jason Stephenson --- Open-ILS/src/templates/opac/parts/record/summary.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2 index 4a58becf8e..b6e462d4b3 100644 --- a/Open-ILS/src/templates/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2 @@ -203,10 +203,10 @@ IF num_uris > 0; [% attrs.pubplace | html; %] [%- END; %] [% attrs.publisher | html; %] - [%- IF attrs.pubdate; %] [% attrs.pubdate | html; %] [%- END; %] + [%- IF attrs.graphic_pubinfos.size > 0; FOR entry IN attrs.graphic_pubinfos; -- 2.11.0