]> granicus.if.org Git - apache/commitdiff
Missing newline
authorRich Bowen <rbowen@apache.org>
Mon, 15 Nov 2010 20:35:37 +0000 (20:35 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 15 Nov 2010 20:35:37 +0000 (20:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035434 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/ssl/ssl_howto.html.en
docs/manual/ssl/ssl_howto.xml

index ad15f9ed5d53f243164a2c9f0d30ba60d5500f96..0e597d5dc44d9afe23f31994b196b237757423a2 100644 (file)
@@ -51,7 +51,7 @@ without knowing its restrictions and how it interacts with other systems.</p>
 following directives.</p>
 
 <div class="example"><p><code>
-   Listen 443
+   Listen 443<br />
    &lt;VirtualHost _default_:443&gt;<br />
         ServerName www.domain.com<br />
         SSLEngine on<br />
index bc8bd387431ca21709d7c5f3646a100049a9308c..276be6a8fc8417cbe4d96804cfa40ae6024beabc 100644 (file)
@@ -49,7 +49,7 @@ without knowing its restrictions and how it interacts with other systems.</p>
 following directives.</p>
 
 <example>
-   Listen 443
+   Listen 443<br />
    &lt;VirtualHost _default_:443&gt;<br />
         ServerName www.domain.com<br />
         SSLEngine on<br />