You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2012/04/20 14:25:08 UTC

svn commit: r1328350 - /httpd/httpd/trunk/docs/manual/handler.xml

Author: igalic
Date: Fri Apr 20 12:25:07 2012
New Revision: 1328350

URL: http://svn.apache.org/viewvc?rev=1328350&view=rev
Log:
Add indentation

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

Modified: httpd/httpd/trunk/docs/manual/handler.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/handler.xml?rev=1328350&r1=1328349&r2=1328350&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/handler.xml (original)
+++ httpd/httpd/trunk/docs/manual/handler.xml Fri Apr 20 12:25:07 2012
@@ -128,7 +128,7 @@
 
       <example>
         &lt;Directory /web/htdocs/asis&gt;<br/>
-        SetHandler send-as-is<br/>
+	<indent>SetHandler send-as-is<br/></indent>
         &lt;/Directory&gt;
       </example>