Hmm. I didn't realize you can't put a <ul></ul> inside a <p></p>. Why ever not?

On Apr 11, 2010, at 12:41 PM, [email protected] wrote:

Author: poirier
Date: Sun Apr 11 16:41:30 2010
New Revision: 932935

URL: http://svn.apache.org/viewvc?rev=932935&view=rev
Log:
Fix xml validation error

Modified:
   httpd/httpd/trunk/docs/manual/urlmapping.xml

Modified: httpd/httpd/trunk/docs/manual/urlmapping.xml
URL: 
http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/urlmapping.xml?rev=932935&r1=932934&r2=932935&view=diff
= = = = = = = = ======================================================================
--- httpd/httpd/trunk/docs/manual/urlmapping.xml (original)
+++ httpd/httpd/trunk/docs/manual/urlmapping.xml Sun Apr 11 16:41:30 2010
@@ -332,7 +332,8 @@ is available to rewrite links in HTML an

<!-- TODO Flesh out each of the items in the list below. -->

-    <p>Other modules available for URL mapping include:
+    <p>Other modules available for URL mapping include:</p>
+
    <ul>
    <li><module>mod_actions</module> - Maps a request to a CGI script
    based on the request method, or resource MIME type.</li>
@@ -344,7 +345,6 @@ is available to rewrite links in HTML an
    document based on client preferences such as language or content
    compression.</li>
    </ul>
-    </p>

</section>




--
Rich Bowen
[email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to