diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-02-09 00:14:51 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-02-09 00:14:51 -0500 |
commit | 31ce2fc27705e32984354610a726e31653e04444 (patch) | |
tree | c259345f93a64fc9df0de270dfa8fd170add8d56 /web/template/stats/updates_table.php | |
parent | 8d16f647f90572039236c8da428cb1cf25b96a1e (diff) |
xhtml validation fix.
Diffstat (limited to 'web/template/stats/updates_table.php')
-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; |