From be4f2ef76c3b85e3c901ae3fe5a7e678d9571b60 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 27 Jul 2011 08:58:07 +0200 Subject: [PATCH] More thorough escaping --- adminer/include/functions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adminer/include/functions.inc.php b/adminer/include/functions.inc.php index 89b393dd..51ee0e0d 100644 --- a/adminer/include/functions.inc.php +++ b/adminer/include/functions.inc.php @@ -93,7 +93,7 @@ function nl_br($string) { function checkbox($name, $value, $checked, $label = "", $onclick = "", $jsonly = false) { static $id = 0; $id++; - $return = ""; + $return = ""; return ($label != "" ? "" : $return); } @@ -864,7 +864,7 @@ function is_url($string) { * @return null */ function print_fieldset($id, $legend, $visible = false, $onclick = "") { - echo "
$legend