diff --git a/functions/Inputs.php b/functions/Inputs.php index 1bc2b15ff..0a81c9e22 100644 --- a/functions/Inputs.php +++ b/functions/Inputs.php @@ -124,7 +124,6 @@ function TextInput( $value, $name, $title = '', $extra = '', $div = true ) // Specify input type via $extra (email,...). $type = mb_strpos( $extra, 'type=' ) === false ? 'type="text"' : ''; - $input = '' . FormatInputTitle( $title, $id, $required );