diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-07 04:14:24 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-07 04:14:24 +0200 |
commit | d31349b781040ba394d8b9f9bf0e0f06f33f5b9e (patch) | |
tree | 72f5a81ea7cf0bd32553a6acbc2443827434e011 /files/templates/part.list.php | |
parent | 1cc9fc3ab425abac14c7796a83a917744410303a (diff) | |
download | nextcloud-server-d31349b781040ba394d8b9f9bf0e0f06f33f5b9e.tar.gz nextcloud-server-d31349b781040ba394d8b9f9bf0e0f06f33f5b9e.zip |
files can now be draged and dropped in the file browser
Diffstat (limited to 'files/templates/part.list.php')
-rw-r--r-- | files/templates/part.list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/templates/part.list.php b/files/templates/part.list.php index 119b1bbd83d..14a359fe668 100644 --- a/files/templates/part.list.php +++ b/files/templates/part.list.php @@ -8,7 +8,7 @@ <?php if($file['type'] == 'dir'):?> <strong><?php echo htmlspecialchars($file['name']);?></strong> <?php else:?> - <?php echo htmlspecialchars($file['name']);?><span class='extention'><?php echo $file['extention'];?></span> + <?php echo htmlspecialchars($file['basename']);?><span class='extention'><?php echo $file['extention'];?></span> <?php endif;?> </a> </td> |