Remove border=0 from img tags

This commit is contained in:
Paul van Schayck
2004-12-15 00:14:04 +00:00
committed by WineHQ
parent d1a279f4ac
commit f2b58f208e
7 changed files with 27 additions and 27 deletions

View File

@@ -132,7 +132,7 @@ if((!$result || !mysql_num_rows($result)) && (!havepriv("admin") && !isMaintaine
echo "<div align=center><table><tr>\n";
}
// set img tag
$imgSRC = '<img src="appimage.php?imageId='.$ob->id.'&width=128&height=128" border=0 alt="'.$ob->description.'">';
$imgSRC = '<img src="appimage.php?imageId='.$ob->id.'&width=128&height=128" alt="'.$ob->description.'">';
// get image size
$size = getimagesize("data/screenshots/".$ob->url);