Commit a31e49a5 authored by Colm MacCarthaigh's avatar Colm MacCarthaigh
Browse files

Correct an XML validation error.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344972 13f79535-47bb-0310-9956-ffa450edef68
parent c006155e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3159,7 +3159,7 @@ port</description>

    <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 @@ port</description>
      <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>