You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/07/04 10:33:20 UTC

svn commit: r1357168 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: humbedooh
Date: Wed Jul  4 08:33:19 2012
New Revision: 1357168

URL: http://svn.apache.org/viewvc?rev=1357168&view=rev
Log:
Fix XML error.

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1357168&r1=1357167&r2=1357168&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Wed Jul  4 08:33:19 2012
@@ -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>