diff --git a/editing.inc.php b/editing.inc.php index 66492055..29d618f0 100644 --- a/editing.inc.php +++ b/editing.inc.php @@ -31,7 +31,7 @@ function input($name, $field, $value) { } elseif (preg_match('~binary|blob~', $field["type"])) { echo (ini_get("file_uploads") ? '' : lang('File uploads are disabled.') . ' '); } else { - echo ''; + echo ''; } if ($field["null"] && $field["type"] != "enum") { $id = "null-$name";