From: Rich Bowen
Date: Mon, 15 Nov 2010 20:35:37 +0000 (+0000)
Subject: Missing newline
X-Git-Tag: 2.3.9~46
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7962cd98760ee407c0cc0b6d30746f87049fde9e;p=thirdparty%2Fapache%2Fhttpd.git
Missing newline
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035434 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en
index ad15f9ed5d5..0e597d5dc44 100644
--- a/docs/manual/ssl/ssl_howto.html.en
+++ b/docs/manual/ssl/ssl_howto.html.en
@@ -51,7 +51,7 @@ without knowing its restrictions and how it interacts with other systems.
following directives.
- Listen 443
+ Listen 443
<VirtualHost _default_:443>
ServerName www.domain.com
SSLEngine on
diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml
index bc8bd387431..276be6a8fc8 100644
--- a/docs/manual/ssl/ssl_howto.xml
+++ b/docs/manual/ssl/ssl_howto.xml
@@ -49,7 +49,7 @@ without knowing its restrictions and how it interacts with other systems.
following directives.
- Listen 443
+ Listen 443
<VirtualHost _default_:443>
ServerName www.domain.com
SSLEngine on