Skip to content

Commit 6031680

Browse files
committed
Change output to html4.
Changed document type to be compatible with html5 so don't generate xhtml. Still work to do to remove some xhtml in templates.
1 parent c0e0626 commit 6031680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/issues/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ error_messages_to = user
8181
# var to 'xhtml' too so all auto-generated HTML is compliant.
8282
# Allowed values: html4, xhtml
8383
# Default: html4
84-
html_version = xhtml
84+
html_version = html4
8585

8686
# Default timezone offset, applied when user's timezone is not set.
8787
# If pytz module is installed, value may be any valid

0 commit comments

Comments
 (0)