diff options
author | Vincent Deffontaines <gryzor@apache.org> | 2009-06-27 16:04:11 +0200 |
---|---|---|
committer | Vincent Deffontaines <gryzor@apache.org> | 2009-06-27 16:04:11 +0200 |
commit | 1d74f16cdb9444e6913a28e4c19ee0ce944e3389 (patch) | |
tree | 70e6f6b963a9a0d36886b6d6afa837e596e433c2 /docs/manual/dns-caveats.html.fr | |
parent | New french translation. (diff) | |
download | apache2-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.fr | 8 |
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 /> <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 /> |