summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorDaniel Earl Poirier <poirier@apache.org>2010-04-11 16:41:30 +0000
committerDaniel Earl Poirier <poirier@apache.org>2010-04-11 16:41:30 +0000
commit46d5faf9aa9c0922966d02367a00be8b0be0a983 (patch)
treefac94ad434302331fcee6e6686076de61b006630 /docs/manual
parent871fa3dcace4068682532cc9c2878a8aeae15d5c (diff)
downloadhttpd-46d5faf9aa9c0922966d02367a00be8b0be0a983.tar.gz
Fix xml validation error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932935 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/urlmapping.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml
index e316622f0c..1dfe80be60 100644
--- a/docs/manual/urlmapping.xml
+++ b/docs/manual/urlmapping.xml
@@ -332,7 +332,8 @@ is available to rewrite links in HTML and XHTML.</p>
<!-- 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 and XHTML.</p>
document based on client preferences such as language or content
compression.</li>
</ul>
- </p>
</section>