summaryrefslogtreecommitdiff
path: root/docs/manual/dns-caveats.xml
diff options
context:
space:
mode:
authorVincent Deffontaines <gryzor@apache.org>2009-06-27 14:04:11 +0000
committerVincent Deffontaines <gryzor@apache.org>2009-06-27 14:04:11 +0000
commit1d74f16cdb9444e6913a28e4c19ee0ce944e3389 (patch)
tree70e6f6b963a9a0d36886b6d6afa837e596e433c2 /docs/manual/dns-caveats.xml
parentc1d41384739f2160da7d5f9e271bc42584333109 (diff)
downloadhttpd-1d74f16cdb9444e6913a28e4c19ee0ce944e3389.tar.gz
Fix previous commits. Forgot <br /> at the end of a couple of lines.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@788974 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/dns-caveats.xml')
-rw-r--r--docs/manual/dns-caveats.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/dns-caveats.xml b/docs/manual/dns-caveats.xml
index 5dd98439ca..41aea7fa3e 100644
--- a/docs/manual/dns-caveats.xml
+++ b/docs/manual/dns-caveats.xml
@@ -38,7 +38,7 @@
<title>A Simple Example</title>
<example>
- # This is a misconfiguration example, do not use on your server
+ # This is a misconfiguration example, do not use on your server <br />
&lt;VirtualHost www.abc.dom&gt; <br />
ServerAdmin webgirl@abc.dom <br />
DocumentRoot /www/abc <br />
@@ -61,7 +61,7 @@
Then consider this configuration snippet:</p>
<example>
- # This is a misconfiguration example, do not use on your server
+ # This is a misconfiguration example, do not use on your server <br />
&lt;VirtualHost 192.0.2.1&gt; <br />
ServerAdmin webgirl@abc.dom <br />
DocumentRoot /www/abc <br />