summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2009-02-09 06:14:51 +0100
committerLoui Chang <louipc.ist@gmail.com>2009-02-09 06:14:51 +0100
commit31ce2fc27705e32984354610a726e31653e04444 (patch)
treec259345f93a64fc9df0de270dfa8fd170add8d56
parent8d16f647f90572039236c8da428cb1cf25b96a1e (diff)
downloadaur-31ce2fc27705e32984354610a726e31653e04444.tar.gz
aur-31ce2fc27705e32984354610a726e31653e04444.tar.xz
xhtml validation fix.
-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 2a6c2f3b..5e278b13 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;