summaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-12-15 17:20:41 +0100
committerVincent Petry <pvince81@owncloud.com>2014-12-15 17:20:41 +0100
commit207d77e5cdf6386dd22d87a5851adae38ad9f77f (patch)
tree5f9ac1b17b057d2760422578ada81393df02fc15 /apps/files/js
parent976baed5f9dec891fedc4756fa272dd5a0f4eae2 (diff)
downloadnextcloud-server-207d77e5cdf6386dd22d87a5851adae38ad9f77f.tar.gz
nextcloud-server-207d77e5cdf6386dd22d87a5851adae38ad9f77f.zip
Fixed small code style issues
Diffstat (limited to 'apps/files/js')
-rw-r--r--apps/files/js/tagsplugin.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/js/tagsplugin.js b/apps/files/js/tagsplugin.js
index 550026e3b48..a6757431ffa 100644
--- a/apps/files/js/tagsplugin.js
+++ b/apps/files/js/tagsplugin.js
@@ -12,7 +12,7 @@
(function(OCA) {
- var TEMPLATE_FAVORITE_ACTION =
+ var TEMPLATE_FAVORITE_ACTION =
'<a href="#" ' +
'class="action action-favorite {{#isFavorite}}permanent{{/isFavorite}}">' +
'<img class="svg" alt="{{altText}}" src="{{imgFile}}" />' +
@@ -30,7 +30,7 @@
/**
* Render the star icon with the given state
- *
+ *
* @param {boolean} state true if starred, false otherwise
* @return {Object} jQuery object
*/