Minor cleanup of TT2 vs closing tag user/miker/schema.org
authorMike Rylander <mrylander@gmail.com>
Fri, 30 Mar 2012 14:40:15 +0000 (10:40 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 30 Mar 2012 14:41:40 +0000 (10:41 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/opac/parts/record/summary.tt2

index fa751d7..ddf1123 100644 (file)
@@ -138,10 +138,10 @@ IF num_uris > 0;
         <strong class='rdetail_label'>[% l("Publisher:") %]</strong>
         <span class='rdetail_value' itemprop="publisher">[%
             attrs.publisher | html;
-        %]</span>[% IF attrs.pubdate; %] <span itemprop="datePublished">[%
-            attrs.pubdate | html;
-            END;
         %]</span>
+        [% IF attrs.pubdate; %]
+        <span itemprop="datePublished">[% attrs.pubdate | html; %]</span>
+        [% END; %]
     </li>
     [%- END %]
 </ul>