You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2014/12/05 23:08:24 UTC

svn commit: r1643445 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_headers.xml

Author: nd
Date: Fri Dec  5 22:08:24 2014
New Revision: 1643445

URL: http://svn.apache.org/r1643445
Log:
validate xml

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_headers.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_headers.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_headers.xml?rev=1643445&r1=1643444&r2=1643445&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_headers.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_headers.xml Fri Dec  5 22:08:24 2014
@@ -506,7 +506,7 @@ available in 2.4.10 and later</compatibi
     <note><title>Note on expression values</title>
     <p> When the value parameter uses the <a href="../expr.html">ap_expr</a>
     parser, some expression syntax will differ from examples that evaluate
-    <em>boolean</em> expressions such as &lt;If&gt;:
+    <em>boolean</em> expressions such as &lt;If&gt;:</p>
     <ul>
       <li>The starting point of the grammar is 'string' rather than 'expr'.</li>
       <li>Function calls use the %{funcname:arg} syntax rather than 
@@ -520,7 +520,7 @@ available in 2.4.10 and later</compatibi
        </li>
                    
     </ul>
-    </p></note>
+    </note>
 
     <p>For <code>edit</code> there is both a <var>value</var> argument
     which is a <glossary ref="regex">regular expression</glossary>,