Produced xhtml documents is missing namespace
---------------------------------------------
Key: DOXIA-143
URL: http://jira.codehaus.org/browse/DOXIA-143
Project: Maven Doxia
Issue Type: Bug
Components: Site Renderer
Affects Versions: 1.0-alpha-8
Reporter: Dennis Lundberg
Assignee: Dennis Lundberg
Fix For: 1.0-alpha-9
To be valid xhtml documents the <html> element needs to have a namespace
attribute, like this
{code}
<html xmlns="http://www.w3.org/1999/xhtml">
{code}
See http://www.w3.org/TR/xhtml1/#strict
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira