fix maxlength typo
This commit is contained in:
parent
e9e118dc82
commit
7e817cbc2b
@ -145,7 +145,7 @@ class Manage extends Process
|
||||
'<tr class="line">' .
|
||||
'<td class="nowrap minimal">' . Html::escapeHTML($name) . '</td>' .
|
||||
'<td>' .
|
||||
(new Input(['handlers[' . $name . ']']))->size(20)->maxlenght(255)->value(Html::escapeHTML($url))->render() .
|
||||
(new Input(['handlers[' . $name . ']']))->size(20)->maxlength(255)->value(Html::escapeHTML($url))->render() .
|
||||
'</td>' .
|
||||
'</tr>';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user