summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_deflate.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_deflate.xml')
-rw-r--r--docs/manual/mod/mod_deflate.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml
index 847210f458..398be151aa 100644
--- a/docs/manual/mod/mod_deflate.xml
+++ b/docs/manual/mod/mod_deflate.xml
@@ -188,7 +188,7 @@ content</title>
configuration like the following:</p>
<highlight language="config">
- &lt;IfModule mod_headers.c&gt;
+&lt;IfModule mod_headers.c&gt;
# Serve gzip compressed CSS files if they exist
# and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} gzip
@@ -215,10 +215,7 @@ content</title>
# non-gzipped css/js files separately.
Header append Vary Accept-Encoding
&lt;/FilesMatch&gt;
- &lt;/IfModule&gt;
-</IfModule>
-
-
+&lt;/IfModule&gt;
</highlight>
</section>