diff --git a/libraries/Util.class.php b/libraries/Util.class.php index c1989b6989..ad96c72be2 100644 --- a/libraries/Util.class.php +++ b/libraries/Util.class.php @@ -2616,7 +2616,7 @@ class PMA_Util . ($html_field_id ? ' id="' . $html_field_id . '"' : '') . ($checked ? ' checked="checked"' : '') . ($onclick ? ' class="autosubmit"' : '') . ' />' - . '' . $label . ''; }