NEOCROME
Bug :WC3 validation error list file icons
Status :Fixed
Severity :Very minor
Reporter :Kilandor 21-12-2007 17:43
Updated by :Olivier C. 18-02-2008 17:14
CategoryPages
Version :121
Frequency :Consistently
Fixed in :125
Details :WC3 Fails to validate list pages, due to img tag not being closed.

Open system/core/lists/list.inc.php

Find
Code:
$pag['page_fileicon'] = "<img src=\"".$pag['page_fileicon']."\" alt=\"\">";


Change to
Code:
$pag['page_fileicon'] = "<img src=\"".$pag['page_fileicon']."\" alt=\"\" />";
Items affected :system/core/list/list.inc.php

History and comments :

18-02-2008 17:14   Olivier C.

PM sent to the reporter :
This bug is now fixed.