From 66ec01cd60fc15d54b4a8f7b9aa7ee6a1311b433 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 2 Jul 2008 15:52:51 +0000 Subject: [PATCH] htmlspecialchars the text for the text box so things like 's work. --- admin/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/translations.php b/admin/translations.php index 5ed2d13..3c3925e 100644 --- a/admin/translations.php +++ b/admin/translations.php @@ -117,7 +117,7 @@ while($r=mysql_fetch_object($q)) echo ""; echo ""; echo ""; - echo "val\" />"; + echo "val)."\" />"; echo ""; echo "
"; echo "\n";