]> granicus.if.org Git - apache/commitdiff
Fix layout in previous commit
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 1 Jun 2014 17:33:17 +0000 (17:33 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 1 Jun 2014 17:33:17 +0000 (17:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1599013 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_winnt.html.en
docs/manual/mod/mpm_winnt.xml

index 508d695d3efc993d7d3c2657d04a7471dd4c2038..e87f2fff63b41dd5d87848cbefb6ca82177c6c87 100644 (file)
@@ -59,8 +59,8 @@
     <code class="directive"><a href="../mod/core.html#acceptfilter">AcceptFilter</a></code> with accept filter 
     <code>none</code>.</p>
 
-    <pre class="prettyprint lang-config">        AcceptFilter http none
-        AcceptFilter https none</pre>
+    <pre class="prettyprint lang-config">AcceptFilter http none
+AcceptFilter https none</pre>
 
     
     <p><em>In Apache httpd 2.0 and 2.2,
index d217a1345c158fd9c2be308a4aa8dc4ca599e8b1..ae87a46db3a6a8b0dbbbb6f6bdcbddf32ed4588b 100644 (file)
@@ -54,8 +54,8 @@
     <code>none</code>.</p>
 
     <highlight language="config">
-        AcceptFilter http none
-        AcceptFilter https none
+AcceptFilter http none
+AcceptFilter https none
     </highlight>
     
     <p><em>In Apache httpd 2.0 and 2.2,