summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-02-27 21:14:15 +0100
committerLukas Reschke <lukas@statuscode.ch>2013-02-27 23:40:30 +0100
commit5f8bd079272c3e568d80bb984a65d9835a6b4393 (patch)
tree75495b7aa896f8b95c5e349c4c5f35fea1fdf4e6 /apps/files
parentb93ebe18602b6113f778f148a3f0a83f6dd1d391 (diff)
downloadnextcloud-server-5f8bd079272c3e568d80bb984a65d9835a6b4393.tar.gz
nextcloud-server-5f8bd079272c3e568d80bb984a65d9835a6b4393.zip
[Files] Use p() instead of echo
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/templates/part.list.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/templates/part.list.php b/apps/files/templates/part.list.php
index 712625ce631..50330cc4911 100644
--- a/apps/files/templates/part.list.php
+++ b/apps/files/templates/part.list.php
@@ -36,8 +36,7 @@
<?php if($file['type'] == 'dir'):?>
<?php print_unescaped(htmlspecialchars($file['name']));?>
<?php else:?>
- <?php print_unescaped(htmlspecialchars($file['basename']));?><span
- class='extension'><?php p($file['extension']);?></span>
+ <?php print_unescaped(htmlspecialchars($file['basename']));?><span class='extension'><?php p($file['extension']);?></span>
<?php endif;?>
</span>
<?php if($file['type'] == 'dir'):?>