Roundup Tracker - Issues

Message2666

Author stefan
Recipients
Date 2003-11-02.16:53:59
Message-id
In-reply-to
this patch allows to generate valid html4 and xhtml.
It appears the only difference is the '<input>' element,
which must contain a closing '/' for xhtml, but not for
html4.

The patch thus encapsulates the generation of this
element in two functions (one per html type), and
the relevant classes then refer to the desired version
depending on the 'HTML_VERSION' variable in the
config file. (if it's undefined, 'html4' is assumed).

Most other changes were in the html templates. I'd
suggest to fork the "classic's" html templates, and
let one be html4, the other xhtml compliant.

I'm willing to provide the patches to get this new
cgi interface in sync with xhtml.
History
Date User Action Args
2009-02-03 14:22:55adminlinkissue834620 messages
2009-02-03 14:22:55admincreate