Browser style correction

This commit is contained in:
bergware
2019-05-17 20:47:26 +02:00
parent 8175744502
commit 702d4519c4
5 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ $dirs=0; $files=0; $total=0;
foreach ($list as $row) {
if ($row['type']=='directory') {
echo "<tr>";
echo "<td data=''><div class='icon-folder'></div></td>";
echo "<td data=''><div class='icon-dir'></div></td>";
echo "<td><a href=\"/$path?dir=".htmlspecialchars(urlencode_path(trim_slash($dir.'/'.$row['name'])))."\">".htmlspecialchars($row['name'])."</a></td>";
echo "<td data='0'>&lt;DIR&gt;</td>";
echo "<td data='{$row['time']}'>".my_time($row['time'],"%F {$display['time']}")."</td>";