summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-15 19:40:39 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-15 19:40:39 +0200
commite7c06935702dc794f7178cdc47ce947404752ec0 (patch)
tree108806ce401f6c6fec828e069f592cf82f4919af /apps/files/templates
parent61370a765581851664bbe1924e2d0e2e86083326 (diff)
downloadnextcloud-server-e7c06935702dc794f7178cdc47ce947404752ec0.tar.gz
nextcloud-server-e7c06935702dc794f7178cdc47ce947404752ec0.zip
checkstyle double quotes in HTML
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/part.list.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/templates/part.list.php b/apps/files/templates/part.list.php
index bd1fe341f8d..1ed8e0cf91b 100644
--- a/apps/files/templates/part.list.php
+++ b/apps/files/templates/part.list.php
@@ -23,8 +23,8 @@ $totalsize = 0; ?>
data-file="<?php p($name);?>"
data-type="<?php ($file['type'] == 'dir')?p('dir'):p('file')?>"
data-mime="<?php p($file['mimetype'])?>"
- data-size='<?php p($file['size']);?>'
- data-permissions='<?php p($file['permissions']); ?>'>
+ data-size="<?php p($file['size']);?>"
+ data-permissions="<?php p($file['permissions']); ?>">
<?php if(\OCP\Preview::isMimeSupported($file['mimetype'])): ?>
<td class="filename svg preview-icon"
<?php else: ?>