X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=items.php;h=f8774032cb89d25a7e3b287624124418498dfc10;hp=2ce7c41bac98dcdb213c9cf14a421f7b1f4b38d2;hb=92f19310c31a42576005a5d882e4519b627b8a92;hpb=06ea46b2592c3a727a0d95f1e48643119565b733 diff --git a/items.php b/items.php index 2ce7c41..f877403 100644 --- a/items.php +++ b/items.php @@ -32,7 +32,8 @@ function main ($features) { $title; if ($imgurl) { - $imgurlHTML = sprintf ('%s', $alt, $imgurl); + $imgurlHTML = sprintf ('%s', + $imgurl, $alt, $imgurl); } else { $imgurlHTML = ""; }