X-Git-Url: https://dev.renevier.net/gitweb.cgi?a=blobdiff_plain;f=items.php;h=f8774032cb89d25a7e3b287624124418498dfc10;hb=ec0e87c5345c39b2317fed18338681621460159d;hp=2ce7c41bac98dcdb213c9cf14a421f7b1f4b38d2;hpb=4acc8da49e3d4083fd9906388dd8fe0212bb9f42;p=syp.git 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 = ""; }