diff options
author | Vincent Deffontaines <gryzor@apache.org> | 2009-06-27 14:04:11 +0000 |
---|---|---|
committer | Vincent Deffontaines <gryzor@apache.org> | 2009-06-27 14:04:11 +0000 |
commit | 1d74f16cdb9444e6913a28e4c19ee0ce944e3389 (patch) | |
tree | 70e6f6b963a9a0d36886b6d6afa837e596e433c2 /docs/manual | |
parent | c1d41384739f2160da7d5f9e271bc42584333109 (diff) | |
download | httpd-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')
-rw-r--r-- | docs/manual/dns-caveats.html.en | 4 | ||||
-rw-r--r-- | docs/manual/dns-caveats.html.fr | 8 | ||||
-rw-r--r-- | docs/manual/dns-caveats.xml | 4 | ||||
-rw-r--r-- | docs/manual/dns-caveats.xml.fr | 8 |
4 files changed, 12 insertions, 12 deletions
diff --git a/docs/manual/dns-caveats.html.en b/docs/manual/dns-caveats.html.en index fcd2090a43..ad36c3f6e9 100644 --- a/docs/manual/dns-caveats.html.en +++ b/docs/manual/dns-caveats.html.en @@ -45,7 +45,7 @@ <div class="example"><p><code> - # This is a misconfiguration example, do not use on your server + # This is a misconfiguration example, do not use on your server <br /> <VirtualHost www.abc.dom> <br /> ServerAdmin webgirl@abc.dom <br /> DocumentRoot /www/abc <br /> @@ -68,7 +68,7 @@ Then consider this configuration snippet:</p> <div class="example"><p><code> - # This is a misconfiguration example, do not use on your server + # This is a misconfiguration example, do not use on your server <br /> <VirtualHost 192.0.2.1> <br /> ServerAdmin webgirl@abc.dom <br /> DocumentRoot /www/abc <br /> diff --git a/docs/manual/dns-caveats.html.fr b/docs/manual/dns-caveats.html.fr index 3acad1ca3a..66109f878a 100644 --- a/docs/manual/dns-caveats.html.fr +++ b/docs/manual/dns-caveats.html.fr @@ -46,8 +46,8 @@ <div class="example"><p><code> - # Cet exemple de configuration est invalide, ne l'utilisez pas comme base - # de configuration + # Cet exemple de configuration est invalide, ne l'utilisez pas comme base <br /> + # de configuration <br /> <VirtualHost www.abc.dom> <br /> ServerAdmin webgirl@abc.dom <br /> DocumentRoot /www/abc <br /> @@ -72,8 +72,8 @@ 192.0.2.1, et examinons cet extrait de configuration :</p> <div class="example"><p><code> - # Cet exemple de configuration est invalide, ne l'utilisez pas comme base - # de configuration + # Cet exemple de configuration est invalide, ne l'utilisez pas comme base <br /> + # de configuration <br /> <VirtualHost 192.0.2.1> <br /> ServerAdmin webgirl@abc.dom <br /> DocumentRoot /www/abc <br /> 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 /> <VirtualHost www.abc.dom> <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 /> <VirtualHost 192.0.2.1> <br /> ServerAdmin webgirl@abc.dom <br /> DocumentRoot /www/abc <br /> diff --git a/docs/manual/dns-caveats.xml.fr b/docs/manual/dns-caveats.xml.fr index 9bdfb4a05b..50edb34ad5 100644 --- a/docs/manual/dns-caveats.xml.fr +++ b/docs/manual/dns-caveats.xml.fr @@ -41,8 +41,8 @@ <title>Un exemple simple</title> <example> - # Cet exemple de configuration est invalide, ne l'utilisez pas comme base - # de configuration + # Cet exemple de configuration est invalide, ne l'utilisez pas comme base <br /> + # de configuration <br /> <VirtualHost www.abc.dom> <br /> ServerAdmin webgirl@abc.dom <br /> DocumentRoot /www/abc <br /> @@ -68,8 +68,8 @@ 192.0.2.1, et examinons cet extrait de configuration :</p> <example> - # Cet exemple de configuration est invalide, ne l'utilisez pas comme base - # de configuration + # Cet exemple de configuration est invalide, ne l'utilisez pas comme base <br /> + # de configuration <br /> <VirtualHost 192.0.2.1> <br /> ServerAdmin webgirl@abc.dom <br /> DocumentRoot /www/abc <br /> |