1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fixing a small error...

This commit is contained in:
Gabor Hojtsy
2003-08-17 16:37:14 +00:00
parent cac385f788
commit dff193c922

View File

@@ -8,7 +8,7 @@ site_header("Download Logos");
function print_star()
{
echo " <td class=\"star\">" .
make_image('star.gif', 'recommended', FALSE, 'title="recommended"');
make_image('star.gif', 'recommended', FALSE, 'title="recommended"') .
"</td>\n";
}
function print_nostar()