diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-10-04 19:54:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-04 19:54:16 +0200 |
commit | fbe62e198594fcb130884e7e98f669ff4516b90b (patch) | |
tree | 5f958a58626b547903d204895ba0fb6feab967f7 /apps/files/js | |
parent | e0ed64366c0a6ddb68ebbc9ff3639257aab74d7e (diff) | |
parent | 363ec1d3c3031fa5b6cdaa2ead51cb20bc64fd49 (diff) | |
download | nextcloud-server-fbe62e198594fcb130884e7e98f669ff4516b90b.tar.gz nextcloud-server-fbe62e198594fcb130884e7e98f669ff4516b90b.zip |
Merge pull request #11615 from nextcloud/followup/11583
Remove leftover '
Diffstat (limited to 'apps/files/js')
-rw-r--r-- | apps/files/js/templates.js | 2 | ||||
-rw-r--r-- | apps/files/js/templates/newfilemenu_filename_form.handlebars | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/js/templates.js b/apps/files/js/templates.js index 1433b240700..f05959ff985 100644 --- a/apps/files/js/templates.js +++ b/apps/files/js/templates.js @@ -198,7 +198,7 @@ templates['newfilemenu_filename_form'] = template({"compiler":[7,">= 4.0.0"],"ma + alias4(((helper = (helper = helpers.fileType || (depth0 != null ? depth0.fileType : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"fileType","hash":{},"data":data}) : helper))) + "\" type=\"text\" value=\"" + alias4(((helper = (helper = helpers.fileName || (depth0 != null ? depth0.fileName : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"fileName","hash":{},"data":data}) : helper))) - + "\" autocomplete=\"off\" autocapitalize=\"off\">\n <input type=\"submit\" value=\" \" class=\"icon-confirm\" />'\n</form>\n"; + + "\" autocomplete=\"off\" autocapitalize=\"off\">\n <input type=\"submit\" value=\" \" class=\"icon-confirm\" />\n</form>\n"; },"useData":true}); templates['template_addbutton'] = template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) { var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression; diff --git a/apps/files/js/templates/newfilemenu_filename_form.handlebars b/apps/files/js/templates/newfilemenu_filename_form.handlebars index cf18b28cad2..5fc37ecf781 100644 --- a/apps/files/js/templates/newfilemenu_filename_form.handlebars +++ b/apps/files/js/templates/newfilemenu_filename_form.handlebars @@ -1,4 +1,4 @@ <form class="filenameform"> <input id="{{cid}}-input-{{fileType}}" type="text" value="{{fileName}}" autocomplete="off" autocapitalize="off"> - <input type="submit" value=" " class="icon-confirm" />' + <input type="submit" value=" " class="icon-confirm" /> </form> |