summaryrefslogtreecommitdiffstats
path: root/web/template/stats
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-05-22 16:01:16 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2014-05-22 16:01:16 +0200
commitea25f982dcdfa32fe03d76a6de757e74ab7fd244 (patch)
tree1acb5aed7646b6fcf6c5342b06f8cfa9ba240b70 /web/template/stats
parent839bff3761cc9eb27010c6fe1e37cf4edcbf3f01 (diff)
downloadaurweb-ea25f982dcdfa32fe03d76a6de757e74ab7fd244.tar.xz
Avoid overflow in updates table
Fixes FS#40206. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
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>