]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix XML error.
authorDaniel Gruno <humbedooh@apache.org>
Wed, 4 Jul 2012 08:33:19 +0000 (08:33 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 4 Jul 2012 08:33:19 +0000 (08:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1357168 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index d7a6699de753556cb40c49248fe8ea3a1b898459..784f87bd04e319720db19364fbad0bb5a11731ac 100644 (file)
@@ -1656,7 +1656,7 @@ filenames</description>
 
     <p>The <var>filename</var> argument should include a filename, or
     a wild-card string, where <code>?</code> matches any single character,
-    and <code>*</code> matches any sequences of characters.
+    and <code>*</code> matches any sequences of characters.</p>
     <highlight language="config">
 &lt;Files "cat.html"&gt;
     # Insert stuff that applies to cat.html here
@@ -1666,7 +1666,7 @@ filenames</description>
     # This would apply to cat.html, bat.html, hat.php and so on.
 &lt;/Files&gt;
 </highlight>
-    <glossary ref="regex">Regular expressions</glossary>
+    <p><glossary ref="regex">Regular expressions</glossary>
     can also be used, with the addition of the
     <code>~</code> character. For example:</p>