Message2514
The HTML generated by roundup contains
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
This way of closing an open element is okay in XHTML but not in plain old HTML. The doctype declaration says
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
so you need to use HTML-style closing tags, or else change the doctype to indicate XHTML.
There are some other validation errors - if you would like to catch them I suggest the Firefox validator plugin <http://users.skynet.be/mgueury/mozilla/> which is really cool.
This applies to roundup-1.3.3. |
|
Date |
User |
Action |
Args |
2009-02-03 14:22:12 | admin | link | issue1881085 messages |
2009-02-03 14:22:12 | admin | create | |
|