summaryrefslogtreecommitdiffstats
path: root/apps/files/templates/recentlist.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/templates/recentlist.php')
-rw-r--r--apps/files/templates/recentlist.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/files/templates/recentlist.php b/apps/files/templates/recentlist.php
index 6c271a07f5f..cfdb95c80a0 100644
--- a/apps/files/templates/recentlist.php
+++ b/apps/files/templates/recentlist.php
@@ -28,10 +28,12 @@
<a id="modified" class="columntitle"
data-sort="mtime"><span><?php p($l->t('Modified')); ?></span><span
class="sort-indicator"></span></a>
- <span class="selectedActions"><a href="" class="delete-selected">
- <span><?php p($l->t('Delete')) ?></span>
- <span class="icon icon-delete"></span>
- </a></span>
+ <span class="selectedActions">
+ <a href="" class="delete-selected">
+ <span class="icon icon-delete"></span>
+ <span><?php p($l->t('Delete')) ?></span>
+ </a>
+ </span>
</th>
</tr>
</thead>