diff options
-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 2a6c2f3..5e278b1 100644 --- a/web/template/stats/updates_table.php +++ b/web/template/stats/updates_table.php @@ -23,7 +23,7 @@ $sub_int = intval($row["SubmittedTS"]); if ($mod_int != 0): $modstring = gmdate("r", $mod_int); elseif ($sub_int != 0): - $modstring = '<img src="images/new.gif" /> ' . gmdate("r", $sub_int); + $modstring = '<img src="images/new.gif" alt="New!" /> ' . gmdate("r", $sub_int); else: $modstring = '(unknown)'; endif; |