From: Jakub Vrana Date: Wed, 27 Jul 2011 06:58:07 +0000 (+0200) Subject: More thorough escaping X-Git-Tag: v3.3.1~3 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=be4f2ef76c3b85e3c901ae3fe5a7e678d9571b60;p=adminer.git More thorough escaping --- 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