checkstyle double quotes in HTML

This commit is contained in:
Jan-Christoph Borchardt 2013-08-15 19:40:39 +02:00
parent 61370a7655
commit e7c0693570
1 changed files with 2 additions and 2 deletions

View File

@ -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: ?>