summaryrefslogtreecommitdiffstats
path: root/docs/manual/dns-caveats.html.fr
diff options
context:
space:
mode:
authorVincent Deffontaines <gryzor@apache.org>2009-06-27 16:04:11 +0200
committerVincent Deffontaines <gryzor@apache.org>2009-06-27 16:04:11 +0200
commit1d74f16cdb9444e6913a28e4c19ee0ce944e3389 (patch)
tree70e6f6b963a9a0d36886b6d6afa837e596e433c2 /docs/manual/dns-caveats.html.fr
parentNew french translation. (diff)
downloadapache2-1d74f16cdb9444e6913a28e4c19ee0ce944e3389.tar.xz
apache2-1d74f16cdb9444e6913a28e4c19ee0ce944e3389.zip
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.html.fr')
-rw-r--r--docs/manual/dns-caveats.html.fr8
1 files changed, 4 insertions, 4 deletions
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 />
&lt;VirtualHost www.abc.dom&gt; <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 />
&lt;VirtualHost 192.0.2.1&gt; <br />
ServerAdmin webgirl@abc.dom <br />
DocumentRoot /www/abc <br />