View Issue Details

IDProjectCategoryView StatusLast Update
0011300mantisbthtmlpublic2014-12-08 02:08
Reporterdolmen Assigned Todregad  
PrioritylowSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0011300: 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

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

dregad

dregad

2012-09-27 12:14

developer   ~0032969

This was fixed in April 2010

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036234

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master 0ac6cac8

2010-04-30 11:48

Kornel

Committer: dhx


Details Diff
Added xmlns required for XHTML

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0011300
mod - core/html_api.php Diff File