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