]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix markup
authorEric Covener <covener@apache.org>
Mon, 26 Aug 2013 01:17:50 +0000 (01:17 +0000)
committerEric Covener <covener@apache.org>
Mon, 26 Aug 2013 01:17:50 +0000 (01:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1517405 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cache.xml

index 00f996fcac54123c5930b0fcc2321c3461aab777..7d11ae40971ab6898a305a73da4bfd38744ca8da 100644 (file)
@@ -569,7 +569,7 @@ header.</description>
     <directive>CacheIgnoreCacheControl</directive> directive allows this
     behavior to be overridden.  <directive>CacheIgnoreCacheControl On</directive>
     tells the server to attempt to serve the resource from the cache even
-    if the request contains no-cache header values.  
+    if the request contains no-cache header values.</p>  
 
     <highlight language="config">
       CacheIgnoreCacheControl On
@@ -790,7 +790,7 @@ LastModified date.</description>
        directive allows this behavior to be overridden.
        <directive>CacheStorePrivate</directive> On
        tells the server to attempt to cache the resource even if it contains
-       private header values.  
+       private header values.</p>
 
     <highlight language="config">
       CacheStorePrivate On
@@ -823,7 +823,7 @@ LastModified date.</description>
        <directive>CacheStoreNoStore</directive> directive allows this
        behavior to be overridden.  <directive>CacheStoreNoStore</directive> On
        tells the server to attempt to cache the resource even if it contains
-       no-store header values.  
+       no-store header values.</p>
 
     <highlight language="config">
       CacheStoreNoStore On