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