View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011300 | mantisbt | html | public | 2009-12-22 12:48 | 2014-12-08 02:08 |
| Reporter | dolmen | Assigned To | dregad | ||
| Priority | low | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.3.0dev | ||||
| Target Version | 1.3.0-beta.1 | ||||
| Summary | 0011300: Missing namespace in html tag for all pages | ||||
| Description | The W3C Validator reports that the namespace declaration is missing. This is required for XHTML. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> Attributes for xml:lang and lang must be set to the user locale. | ||||
| Steps To Reproduce | View source. | ||||
| Additional Information | The function to fix is html_begin() in core/html_api.php | ||||
| Tags | No tags attached. | ||||