We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd08a8 commit f10eed1Copy full SHA for f10eed1
src/pages/default.php
@@ -5,7 +5,7 @@
5
<table>
6
<thead>
7
<tr>
8
- <?= $function_order_link('type', 'Type') ?>
+ <th>Type</th>
9
<?= $function_order_link('filename', 'Name') ?>
10
<?= $function_order_link('size', 'Size') ?>
11
<?= $function_order_link('owner', 'Owner') ?>
@@ -18,7 +18,7 @@
18
<tbody>
19
<?php if(empty($paths)): ?>
20
21
- <td colspan="6">This directory is empty.</td>
+ <td colspan="8">This directory is empty.</td>
22
</tr>
23
<?php endif ?>
24
<?php
0 commit comments