You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2013/04/09 21:04:55 UTC

svn commit: r1466178 - /httpd/httpd/trunk/docs/manual/mod/mod_cache.xml.fr

Author: jailletc36
Date: Tue Apr  9 19:04:55 2013
New Revision: 1466178

URL: http://svn.apache.org/r1466178
Log:
Align comments in examples

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_cache.xml.fr

Modified: httpd/httpd/trunk/docs/manual/mod/mod_cache.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_cache.xml.fr?rev=1466178&r1=1466177&r2=1466178&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_cache.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_cache.xml.fr Tue Apr  9 19:04:55 2013
@@ -314,7 +314,7 @@ AddOutputFilterByType CACHE;DEFLATE text
 
   <highlight language="config">
 # Mise en cache du contenu avant l'intervention de mod_include et
-   # mod_deflate
+# mod_deflate
 CacheQuickHandler off
 AddOutputFilterByType CACHE;INCLUDES;DEFLATE text/html
   </highlight>
@@ -326,7 +326,7 @@ AddOutputFilterByType CACHE;INCLUDES;DEF
 
   <highlight language="config">
 # Mise en cache du contenu entre les interventions de mod_include et
-   # mod_deflate
+# mod_deflate
 CacheQuickHandler off
 AddOutputFilterByType INCLUDES;CACHE;DEFLATE text/html
   </highlight>