| Bug : | WC3 validation error list file icons |
| Status : | Fixed |
| Severity : | Very minor |
| Reporter : | Kilandor |
| Updated by : | Olivier C. |
| Category | Pages |
| 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 : |