summaryrefslogtreecommitdiff
path: root/docs/manual/dns-caveats.html.en
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2006-02-17 17:44:52 +0000
committerAndré Malo <nd@apache.org>2006-02-17 17:44:52 +0000
commit28d729ed44fb85b6cf3ba102d834a6b190baf54a (patch)
treef32ae54f87bd5549e85b75c5f5d21a0a8680fb22 /docs/manual/dns-caveats.html.en
parentf9fba91054b347854c0da3eb7ba3d6fc668284ca (diff)
downloadhttpd-28d729ed44fb85b6cf3ba102d834a6b190baf54a.tar.gz
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@378578 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/dns-caveats.html.en')
-rw-r--r--docs/manual/dns-caveats.html.en18
1 files changed, 11 insertions, 7 deletions
diff --git a/docs/manual/dns-caveats.html.en b/docs/manual/dns-caveats.html.en
index e0b18202ea..1e941ed921 100644
--- a/docs/manual/dns-caveats.html.en
+++ b/docs/manual/dns-caveats.html.en
@@ -109,14 +109,18 @@
configuration snippet:</p>
<div class="example"><p><code>
- &lt;VirtualHost www.abc.dom&gt; <br />
- &nbsp;&nbsp;ServerAdmin webgirl@abc.dom <br />
- &nbsp;&nbsp;DocumentRoot /www/abc <br />
- &lt;/VirtualHost&gt; <br />
+ &lt;VirtualHost www.abc.dom&gt;<br />
+ <span class="indent">
+ ServerAdmin webgirl@abc.dom<br />
+ DocumentRoot /www/abc<br />
+ </span>
+ &lt;/VirtualHost&gt;<br />
<br />
- &lt;VirtualHost www.def.dom&gt; <br />
- &nbsp;&nbsp;ServerAdmin webguy@def.dom <br />
- &nbsp;&nbsp;DocumentRoot /www/def <br />
+ &lt;VirtualHost www.def.dom&gt;<br />
+ <span class="indent">
+ ServerAdmin webguy@def.dom<br />
+ DocumentRoot /www/def<br />
+ </span>
&lt;/VirtualHost&gt;
</code></p></div>