mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
xhtml validation fix.
This commit is contained in:
parent
8d16f647f9
commit
31ce2fc277
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue