comparison doc/reference.txt @ 7457:d17e3dce28bc

Fix another xhtml reference. This time in the config file.
author John Rouillard <rouilj@ieee.org>
date Tue, 06 Jun 2023 12:13:06 -0400
parents cdb81976b8bc
children 2e3b5c10c502
comparison
equal deleted inserted replaced
7456:cdb81976b8bc 7457:d17e3dce28bc
168 Send error message emails to the ``dispatcher``, ``user``, or ``both``? 168 Send error message emails to the ``dispatcher``, ``user``, or ``both``?
169 The dispatcher is configured using the DISPATCHER_EMAIL setting. 169 The dispatcher is configured using the DISPATCHER_EMAIL setting.
170 Allowed values: ``dispatcher``, ``user``, or ``both`` 170 Allowed values: ``dispatcher``, ``user``, or ``both``
171 171
172 html_version -- ``html4`` 172 html_version -- ``html4``
173 This setting should be left at the default value of html4.
174 Support is ending for xhtml mode.
173 HTML version to generate. The templates are ``html4`` by default. 175 HTML version to generate. The templates are ``html4`` by default.
174 If you wish to make them xhtml, then you'll need to change this 176 If you wish to make them xhtml, then you'll need to change this
175 var to ``xhtml`` too so all auto-generated HTML is compliant. 177 var to ``xhtml`` too so all auto-generated HTML is compliant.
176 Allowed values: ``html4``, ``xhtml`` 178 Allowed values: ``html4``, ``xhtml``
177 179

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