1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-01 07:01:42 +03:00

Remove a useless compatibility note.

It is already stated at the very begining of the page.

Add a missing ')' to ease reading

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christophe Jaillet
2019-01-26 12:51:05 +00:00
parent d0b2560268
commit bf4c7138f2

View File

@ -126,14 +126,12 @@ can be <a href="#sniffing">automatically detected</a></description>
<context>virtual host</context><context>directory</context>
<context>.htaccess</context></contextlist>
<override>All</override>
<compatibility>Version 2.4.0 and later; available as a third-party
module for earlier versions.</compatibility>
<usage>
<p>If you are processing data with known encoding but no encoding
information, you can set this default to help mod_xml2enc process
the data correctly. For example, to work with the default value
of Latin1 (<var>iso-8859-1</var> specified in HTTP/1.0, use</p>
of Latin1 (<var>iso-8859-1</var>) specified in HTTP/1.0, use:</p>
<highlight language="config">
xml2EncDefault iso-8859-1
</highlight>