From dff193c922c41a5a2aeebc62688cf7370ed7c362 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sun, 17 Aug 2003 16:37:14 +0000 Subject: [PATCH] Fixing a small error... --- download-logos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-logos.php b/download-logos.php index cc66b3fa6..26247aca5 100644 --- a/download-logos.php +++ b/download-logos.php @@ -8,7 +8,7 @@ site_header("Download Logos"); function print_star() { echo " " . - make_image('star.gif', 'recommended', FALSE, 'title="recommended"'); + make_image('star.gif', 'recommended', FALSE, 'title="recommended"') . "\n"; } function print_nostar()