From bf4c7138f2633c381a6ff06b51a43579dbef6377 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Sat, 26 Jan 2019 12:51:05 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_xml2enc.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/manual/mod/mod_xml2enc.xml b/docs/manual/mod/mod_xml2enc.xml
index b88bf5f3d8..c5fa7ad4d4 100644
--- a/docs/manual/mod/mod_xml2enc.xml
+++ b/docs/manual/mod/mod_xml2enc.xml
@@ -126,14 +126,12 @@ can be automatically detected
virtual hostdirectory
.htaccess
All
-Version 2.4.0 and later; available as a third-party
-module for earlier versions.
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 (iso-8859-1 specified in HTTP/1.0, use
+ of Latin1 (iso-8859-1) specified in HTTP/1.0, use:
xml2EncDefault iso-8859-1
--
2.50.1