diff options
author | Josh Triplett <josh@freedesktop.org> | 2007-11-08 12:58:31 -0800 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2007-11-08 12:59:02 -0800 |
commit | 899d8366839735527e88b060a47d40c16c390df6 (patch) | |
tree | fd4b77fd9b34774f6cf2b9ee539f38903e2bb550 /doc | |
parent | 2bb218865e8e52256f3bc660d0a675446cb4f88a (diff) | |
download | ikiwiki-899d8366839735527e88b060a47d40c16c390df6.tar ikiwiki-899d8366839735527e88b060a47d40c16c390df6.tar.gz |
Add xmlns attribute on html element in templates; pages can now validate.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/XHTML_needs_xmlns_attribute_on_html_element.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/XHTML_needs_xmlns_attribute_on_html_element.mdwn b/doc/bugs/XHTML_needs_xmlns_attribute_on_html_element.mdwn index 8bb8e1b56..751aaf064 100644 --- a/doc/bugs/XHTML_needs_xmlns_attribute_on_html_element.mdwn +++ b/doc/bugs/XHTML_needs_xmlns_attribute_on_html_element.mdwn @@ -1,3 +1,5 @@ XHTML needs `xmlns="http://www.w3.org/1999/xhtml"` on the `html` element; otherwise, it will not validate. --[[JoshTriplett]] + +[[done]] --[[JoshTriplett]] |