From: Penny Leach Date: Sat, 13 Sep 2008 17:12:20 +0000 (+0100) Subject: fixed bug in title attr of flickr image that was breaking alt tags X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e81c891a47275bad59c6d7f8ab4f236d27079d67;p=m.o.git fixed bug in title attr of flickr image that was breaking alt tags --- diff --git a/comp/flickr.php b/comp/flickr.php index ae7cdc7..708fa57 100644 --- a/comp/flickr.php +++ b/comp/flickr.php @@ -16,7 +16,7 @@ function comp_flickr() { echo "\n"; foreach ((array)$photos['photo'] as $photo) { echo ''; - echo '' . $photo['itle'] . ''; echo ''; $i++;