From 7cea63e513eb271b8fd6f4188f64d89293cbbd93 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Fri, 24 Jul 2009 05:53:59 +0000 Subject: [PATCH] HTML validity git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@890 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {