From: jakubvrana Date: Fri, 24 Jul 2009 05:53:59 +0000 (+0000) Subject: HTML validity X-Git-Tag: v3.0.0~637 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=7cea63e513eb271b8fd6f4188f64d89293cbbd93;p=adminer.git HTML validity git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@890 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/adminer/include/functions.inc.php b/adminer/include/functions.inc.php index 67760468..3dd64e16 100644 --- a/adminer/include/functions.inc.php +++ b/adminer/include/functions.inc.php @@ -300,7 +300,7 @@ function input($field, $value, $function) { echo (count($functions) > 1 ? '' : " ") . ''; $options = adminer_edit_input($_GET["edit"], $field); // usage in call is without a table if (is_array($options)) { - echo ''; + echo ''; } elseif ($field["type"] == "set") { //! 64 bits preg_match_all("~'((?:[^']+|'')*)'~", $field["length"], $matches); foreach ($matches[1] as $i => $val) {