Mercurial > p > roundup > code
diff templates/minimal/config.py @ 1952:c40ed9113285
Applied Stefan Seefeld's html4/xhtml patch with some changes.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 06 Dec 2003 00:00:54 +0000 |
| parents | e109d59f232d |
| children | be047db3dd3d |
line wrap: on
line diff
--- a/templates/minimal/config.py Fri Dec 05 09:47:46 2003 +0000 +++ b/templates/minimal/config.py Sat Dec 06 00:00:54 2003 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: config.py,v 1.2 2003-04-24 07:20:00 richard Exp $ +# $Id: config.py,v 1.3 2003-12-06 00:00:54 richard Exp $ import os @@ -110,4 +110,9 @@ MAIL_DEFAULT_CLASS = 'issue' # use "issue" class by default #MAIL_DEFAULT_CLASS = '' # disable (or just comment the var out) +# HTML version to generate. The templates are html4 by default. If you +# wish to make them xhtml, then you'll need to change this var to 'xhtml' +# too so all auto-generated HTML is compliant. +HTML_VERSION = 'html4' # either 'html4' or 'xhtml' + # vim: set filetype=python ts=4 sw=4 et si
