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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user