]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove a useless compatibility note.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 26 Jan 2019 13:04:15 +0000 (13:04 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 26 Jan 2019 13:04:15 +0000 (13:04 +0000)
It is already stated at the very begining of the page.

Add a missing ')' to ease reading

(r1852223 in trunk)

+ synch with trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1852224 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_xml2enc.xml

index 732a656579c6f9aa05ce2cb3bc42eb1f878f366b..b4714033a1fdf1deec8d8c14b78f2967e27be3c3 100644 (file)
@@ -58,10 +58,10 @@ for 2.2.x versions</compatibility>
     </dd>
     <dt>Non-enabled modules</dt><dd>
     <p>To use it with a libxml2-based module that isn't explicitly enabled for
-    mod_xml2enc, you will have to configure the filter chain yourself.
-    So to use it with a filter <strong>foo</strong> provided by a module
-    <strong>mod_foo</strong> to improve the latter's i18n support with HTML
-    and XML, you could use</p>
+    mod_xml2enc, you will have to configure the filter chain yourself.  So to
+    use it with a filter <strong>foo</strong> provided by a module
+    <strong>mod_foo</strong> to improve the latter's i18n support with HTML and
+    XML, you could use</p>
     <pre><code>
     FilterProvider iconv    xml2enc Content-Type $text/html
     FilterProvider iconv    xml2enc Content-Type $xml
@@ -125,15 +125,15 @@ can be <a href="#sniffing">automatically detected</a></description>
 <contextlist><context>server config</context>
 <context>virtual host</context><context>directory</context>
 <context>.htaccess</context></contextlist>
-<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>
-    <highlight language="config">xml2EncDefault iso-8859-1</highlight>
+    of Latin1 (<var>iso-8859-1</var>) specified in HTTP/1.0, use:</p>
+    <highlight language="config">
+xml2EncDefault iso-8859-1
+    </highlight>
 </usage>
 </directivesynopsis>
 
@@ -171,4 +171,3 @@ module for earlier versions.</compatibility>
 </directivesynopsis>
 
 </modulesynopsis>
-