]> granicus.if.org Git - apache/commitdiff
Remove a useless compatibility note.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 26 Jan 2019 12:51:05 +0000 (12:51 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 26 Jan 2019 12:51:05 +0000 (12:51 +0000)
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

docs/manual/mod/mod_xml2enc.xml

index b88bf5f3d82e51a53ba52a37bf10a8b8448c15f0..c5fa7ad4d49997a5e78176d9eae086641bc76811 100644 (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>