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

@@ -29,8 +29,8 @@ function rating_menu()
{
global $apidb_root;
$s = '<img src="'.$apidb_root.'images/s1.gif" border=0 alt="s1">';
$n = '<img src="'.$apidb_root.'images/s0.gif" border=0 alt="s0">';
$s = '<img src="'.$apidb_root.'images/s1.gif" alt="s1">';
$n = '<img src="'.$apidb_root.'images/s0.gif" alt="s0">';
$j = new htmlmenu("Compatibility Rating","updaterating.php");
@@ -101,9 +101,9 @@ function rating_stars_for_version($versionId, $system)
$r = rating_for_version($versionId, $system);
$s = '<img src="'.$apidb_root.'images/s1.gif" border=0 alt="s1">';
$n = '<img src="'.$apidb_root.'images/s0.gif" border=0 alt="s0">';
$h = '<img src="'.$apidb_root.'images/s2.gif" border=0 alt="s2">';
$s = '<img src="'.$apidb_root.'images/s1.gif" alt="s1">';
$n = '<img src="'.$apidb_root.'images/s0.gif" alt="s0">';
$h = '<img src="'.$apidb_root.'images/s2.gif" alt="s2">';
if ($system == "fake")
{