Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-8
-
Fix Version/s: 1.0-alpha-9
-
Component/s: Site Renderer
-
Labels:None
-
Number of attachments :
Description
To be valid xhtml documents the <html> element needs to have a namespace attribute, like this
<html xmlns="http://www.w3.org/1999/xhtml">
Activity
Dennis Lundberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Summary | Produced xhtml documents is missing namespace | Produced xhtml documents are missing namespace |
Dennis Lundberg
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
I was surprised to find this in site-renderer and not in doxia-module-xhtml.
Fixed in revision 560599.