From 96331712eb165972845b097644336ca87a81dfcd Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 15 Jan 2006 19:32:53 +0100 Subject: stricter xhtml compliance -- part 2 darcs-hash:20060115183253-d5083-a343b935336bee053b99d75c7e3e72a296eb0099.gz --- inc/template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/template.php') diff --git a/inc/template.php b/inc/template.php index f2f214bd9..636fcfca3 100644 --- a/inc/template.php +++ b/inc/template.php @@ -727,7 +727,7 @@ function tpl_mediafilelist(){ //read EXIF/IPTC data $t = $item['meta']->getField('IPTC.Headline'); - if($t) print ''.$t.'
'; + if($t) print ''.$t.'
'; $t = $item['meta']->getField(array('IPTC.Caption','EXIF.UserComment', 'EXIF.TIFFImageDescription', @@ -735,7 +735,7 @@ function tpl_mediafilelist(){ if($t) print $t.'
'; $t = $item['meta']->getField(array('IPTC.Keywords','IPTC.Category')); - if($t) print ''.$t.'
'; + if($t) print ''.$t.'
'; //add edit button if($AUTH >= AUTH_UPLOAD && $item['meta']->getField('File.Mime') == 'image/jpeg'){ -- cgit v1.2.3