summaryrefslogtreecommitdiffstats
path: root/web/template/stats
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2009-02-09 00:14:51 -0500
committerLoui Chang <louipc.ist@gmail.com>2009-02-09 00:14:51 -0500
commit31ce2fc27705e32984354610a726e31653e04444 (patch)
treec259345f93a64fc9df0de270dfa8fd170add8d56 /web/template/stats
parent8d16f647f90572039236c8da428cb1cf25b96a1e (diff)
downloadaurweb-31ce2fc27705e32984354610a726e31653e04444.tar.xz
xhtml validation fix.
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 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;