Skip to content

Commit 399c044

Browse files
committed
Fix another xhtml reference.
1 parent 692aa3d commit 399c044

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/reference.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2431,9 +2431,9 @@ returning.
24312431
Default templates
24322432
-----------------
24332433

2434-
The default templates are html4 compliant. If you wish to change them to be
2435-
xhtml compliant, you'll need to change the ``html_version`` configuration
2436-
variable in ``config.ini`` to ``'xhtml'`` instead of ``'html4'``.
2434+
The default templates are html4 compliant. Support for xhtml is due to
2435+
be phased out so leave the ``html_version`` configuration
2436+
variable in ``config.ini`` as ``'html'`` instead of ``'xhtml'``.
24372437

24382438
Most customisation of the web view can be done by modifying the
24392439
templates in the tracker ``'html'`` directory. There are several types

0 commit comments

Comments
 (0)