elclanrs 10 anos atrás
pai
commit
3c693dfc9d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      js/extensions/dynamic-fields/dynamic-fields.ext.js

+ 1 - 1
js/extensions/dynamic-fields/dynamic-fields.ext.js

@@ -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>',