You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2005/11/16 11:25:35 UTC

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

Author: colm
Date: Wed Nov 16 02:25:30 2005
New Revision: 344972

URL: http://svn.apache.org/viewcvs?rev=344972&view=rev
Log:
Correct an XML validation error.

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

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=344972&r1=344971&r2=344972&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Wed Nov 16 02:25:30 2005
@@ -3159,7 +3159,7 @@
 
     <note><title>Note</title>
     <p>The ordering of when the physical port is used is as follows:<br /><br />
-     <code>UseCanonicalName On</code>
+     <code>UseCanonicalName On</code></p>
      <ul>
       <li>Port provided in <code>Servername</code></li>
       <li>Physical port</li>
@@ -3172,7 +3172,6 @@
       <li>Port provided in <code>Servername</code></li>
       <li>Default port</li>
      </ul>
-    </p>
     
     <p>With <code>UseCanonicalPhysicalPort Off</code>, the
     physical ports are removed from the ordering.</p>