You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2013/08/19 17:19:23 UTC

svn commit: r1515462 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml

Author: trawick
Date: Mon Aug 19 15:19:22 2013
New Revision: 1515462

URL: http://svn.apache.org/r1515462
Log:
grab r1515413 from trunk: fix validation problem

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml?rev=1515462&r1=1515461&r2=1515462&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml Mon Aug 19 15:19:22 2013
@@ -193,7 +193,7 @@ Negotiation</a></seealso>
 
     <p>Other configuration directives, such as <directive module="mod_alias"
     >Alias</directive> can be used to map <code>document.html</code> to
-    <code>document.html.var</code></p>.
+    <code>document.html.var</code>.</p>
 
 </section>