fix #28
This commit is contained in:
parent
421f3cba9a
commit
3c693dfc9d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module.exports = {
|
|||
|
||||
text: '<input name="{name}" type="{subtype}" value="{value}" {attrs}>',
|
||||
|
||||
file: '<input id="{name} "name="{name}" type="file" {attrs}>',
|
||||
file: '<input id="{name}" name="{name}" type="file" {attrs}>',
|
||||
|
||||
textarea: '<textarea name="{name}" {attrs}>{text}</textarea>',
|
||||
|
||||
|
|
Loading…
Reference in a new issue