Skip to content

Commit

Permalink
Merge pull request #1116 from nextcloud/techdebt/noid/further-cleanup
Browse files Browse the repository at this point in the history
Further cleanup of markup
  • Loading branch information
PVince81 authored Jul 26, 2022
2 parents 0e5fda7 + c3b7dd3 commit 90d9d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/files/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<thead>
<tr>
<th class="hidden column-name">
<div id="column-name-container">
<div class="column-name-container">
<a class="name sort columntitle" data-sort="name"><span><?php p($l->t('Name')); ?></span><span class="sort-indicator"></span></a>
</div>
</th>
<th class="hidden column-size">
<a class="size sort columntitle" data-sort="size"><span><?php p($l->t('Size')); ?></span><span class="sort-indicator"></span></a>
</th>
<th class="hidden column-mtime">
<a id="modified" class="columntitle" data-sort="mtime"><span><?php p($l->t('Modified')); ?></span><span class="sort-indicator"></span></a>
<a class="columntitle" data-sort="mtime"><span><?php p($l->t('Modified')); ?></span><span class="sort-indicator"></span></a>
</th>
</tr>
</thead>
Expand Down

0 comments on commit 90d9d49

Please sign in to comment.