summaryrefslogtreecommitdiffstats
path: root/web/template/stats
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/stats')
-rw-r--r--web/template/stats/updates_table.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php
index 11f0a00..83e2103 100644
--- a/web/template/stats/updates_table.php
+++ b/web/template/stats/updates_table.php
@@ -14,7 +14,7 @@
<img src="images/new.png" alt="New!" />
<?php endif; ?>
</td>
- <td>
+ <td class="pkg-date">
<span><?= gmdate("Y-m-d H:i", intval($row["ModifiedTS"])); ?></span>
</td>
</tr>