comparison doc/reference.txt @ 7456:cdb81976b8bc

Fix another xhtml reference.
author John Rouillard <rouilj@ieee.org>
date Tue, 06 Jun 2023 12:11:12 -0400
parents b4ac699c6282
children d17e3dce28bc
comparison
equal deleted inserted replaced
7455:f53de10ea8ea 7456:cdb81976b8bc
2429 2429
2430 2430
2431 Default templates 2431 Default templates
2432 ----------------- 2432 -----------------
2433 2433
2434 The default templates are html4 compliant. If you wish to change them to be 2434 The default templates are html4 compliant. Support for xhtml is due to
2435 xhtml compliant, you'll need to change the ``html_version`` configuration 2435 be phased out so leave the ``html_version`` configuration
2436 variable in ``config.ini`` to ``'xhtml'`` instead of ``'html4'``. 2436 variable in ``config.ini`` as ``'html'`` instead of ``'xhtml'``.
2437 2437
2438 Most customisation of the web view can be done by modifying the 2438 Most customisation of the web view can be done by modifying the
2439 templates in the tracker ``'html'`` directory. There are several types 2439 templates in the tracker ``'html'`` directory. There are several types
2440 of files in there. The *minimal* template includes: 2440 of files in there. The *minimal* template includes:
2441 2441

Roundup Issue Tracker: http://roundup-tracker.org/