Roundup Tracker - Issues

Message2514

Author epaepa
Recipients
Date 2008-01-28.11:35:43
Message-id
In-reply-to
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.
History
Date User Action Args
2009-02-03 14:22:12adminlinkissue1881085 messages
2009-02-03 14:22:12admincreate