diff options
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/stats/updates_table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php index 11f0a005..83e21037 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> |