My coppermine not XHTML 1.0 transitional My coppermine not XHTML 1.0 transitional
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

My coppermine not XHTML 1.0 transitional

Started by luchtzak, September 14, 2007, 08:47:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

luchtzak

Line 3, Column 1: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml.
<html dir="ltr">✉
Many Document Types based on XML need a mandatory xmlns="" on the root element. For example, the root element for XHTML will look like:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

got 1 error when checking http://validator.w3.org/check?uri=http%3A%2F%2Fcoppermine.luchtzak.be%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

what should I do ?

luchtzak



Nibbler

All themes now have their html tag set as follows:


<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{LANG_DIR}">