X-Git-Url: https://dev.renevier.net/gitweb.cgi?a=blobdiff_plain;f=items.php;h=f8774032cb89d25a7e3b287624124418498dfc10;hb=ec0e87c5345c39b2317fed18338681621460159d;hp=af0192f5ef61bdedd76a9c75876a4fbcd6cb5c61;hpb=e4a4e5149d55cf01a86f26392c52fdca803654ce;p=syp.git diff --git a/items.php b/items.php index af0192f..f877403 100644 --- a/items.php +++ b/items.php @@ -8,7 +8,7 @@ require_once ("./inc/db/mysql.php"); function main ($features) { - header("Cache-control: no-cache"); + header ("Cache-control: no-cache"); echo ' @@ -32,7 +32,8 @@ function main ($features) { $title; if ($imgurl) { - $imgurlHTML = sprintf ('%s', $alt, $imgurl); + $imgurlHTML = sprintf ('%s', + $imgurl, $alt, $imgurl); } else { $imgurlHTML = ""; }