From 363ec1d3c3031fa5b6cdaa2ead51cb20bc64fd49 Mon Sep 17 00:00:00 2001
From: Roeland Jago Douma
Date: Thu, 4 Oct 2018 16:01:39 +0200
Subject: Remove leftover '
Followup to #11583
Signed-off-by: Roeland Jago Douma
---
apps/comments/js/templates.js | 4 ++--
apps/comments/js/templates/edit_comment.handlebars | 4 ++--
apps/comments/js/templates/view.handlebars | 2 +-
apps/files/js/templates.js | 2 +-
apps/files/js/templates/newfilemenu_filename_form.handlebars | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
(limited to 'apps')
diff --git a/apps/comments/js/templates.js b/apps/comments/js/templates.js
index 90ded7fe4e5..a5706baa27e 100644
--- a/apps/comments/js/templates.js
+++ b/apps/comments/js/templates.js
@@ -71,7 +71,7 @@ templates['edit_comment'] = template({"1":function(container,depth0,helpers,part
+ alias4(((helper = (helper = helpers.message || (depth0 != null ? depth0.message : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"message","hash":{},"data":data}) : helper)))
+ "\n \n '+\n \n'"
+ + "\"/>\n \n \n"
+ alias4(((helper = (helper = helpers.tag || (depth0 != null ? depth0.tag : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"tag","hash":{},"data":data}) : helper)))
+ ">\n";
},"useData":true});
@@ -82,6 +82,6 @@ templates['view'] = template({"compiler":[7,">= 4.0.0"],"main":function(containe
+ alias4(((helper = (helper = helpers.emptyResultLabel || (depth0 != null ? depth0.emptyResultLabel : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"emptyResultLabel","hash":{},"data":data}) : helper)))
+ "
\n\n'\n";
+ + "\" name=\"show-more\" id=\"show-more\" />\n\n";
},"useData":true});
})();
\ No newline at end of file
diff --git a/apps/comments/js/templates/edit_comment.handlebars b/apps/comments/js/templates/edit_comment.handlebars
index 05f89ec598a..0a909ebe6aa 100644
--- a/apps/comments/js/templates/edit_comment.handlebars
+++ b/apps/comments/js/templates/edit_comment.handlebars
@@ -11,6 +11,6 @@
-'{{tag}}>
+{{tag}}>
diff --git a/apps/comments/js/templates/view.handlebars b/apps/comments/js/templates/view.handlebars
index 5f52a42861d..c63faa386b3 100644
--- a/apps/comments/js/templates/view.handlebars
+++ b/apps/comments/js/templates/view.handlebars
@@ -3,4 +3,4 @@
-'
+
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 '\n\n";
+ + "\" autocomplete=\"off\" autocapitalize=\"off\">\n \n\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 @@
--
cgit v1.2.3