From 79c96554d647f459ff6e70ddda28dc0059ebab8b Mon Sep 17 00:00:00 2001 From: Paul van Schayck Date: Wed, 19 Jan 2005 16:53:07 +0000 Subject: [PATCH] Escape quotes properly --- include/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/util.php b/include/util.php index 2211ad8..e4f74a1 100644 --- a/include/util.php +++ b/include/util.php @@ -99,7 +99,7 @@ function make_bugzilla_version_list($varname, $cvalue) if(!$result) return; echo "\n"; - echo "\n"; + echo "\n"; $aRating = array("Gold", "Silver", "Bronze", "Garbage"); $iMax = count($aRating);