From 31ce2fc27705e32984354610a726e31653e04444 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Mon, 9 Feb 2009 00:14:51 -0500 Subject: xhtml validation fix. --- web/template/stats/updates_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/template/stats') 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 = ' ' . gmdate("r", $sub_int); + $modstring = 'New! ' . gmdate("r", $sub_int); else: $modstring = '(unknown)'; endif; -- cgit v1.2.3-54-g00ecf