svn commit: r1934556 - httpd/httpd/branches/2.4.x/docs/manual/mod
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <177963841652.2838699.4798993448447293249@svn03-he-fi> |
Author: rbowen
Date: Sun May 24 16:00:16 2026
New Revision: 1934556
Log:
Remove repeated line (bz#64596)
Modified:
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.xml
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.xml
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.xml Sun May 24 15:59:51 2026 (r1934555)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.xml Sun May 24 16:00:16 2026 (r1934556)
@@ -170,7 +170,6 @@ module="mod_mime_magic">MimeMagicFile</d
<FilesMatch "^[^.]+$">
ForceType text/plain
AddDefaultCharset UTF-8
- AddDefaultCharset UTF-8
</FilesMatch>
</highlight>
</note>