change form and html class to use html5 style elements.
This commit is contained in:
@@ -317,7 +317,7 @@ class Form {
|
||||
$attributes['value'] = $value;
|
||||
$attributes['id'] = static::id($name, $attributes);
|
||||
|
||||
return '<input'.HTML::attributes($attributes).' />'.PHP_EOL;
|
||||
return '<input'.HTML::attributes($attributes).'>'.PHP_EOL;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user