changeset 59:bd9f103036a0

Put <programlisting> inside <para>.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 03 Oct 2011 16:30:39 +0000
parents fc5918d8bd21
children 092d8068f845
files xml/en/docs/http/configuring_https_servers.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/configuring_https_servers.xml	Mon Oct 03 16:27:14 2011 +0000
+++ b/xml/en/docs/http/configuring_https_servers.xml	Mon Oct 03 16:30:39 2011 +0000
@@ -56,12 +56,12 @@
 the BEAST attack in particular (see 
 <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3389">CVE-2011-3389</a>).
 Configuration of ciphers can be adjusted to prefer RC4-SHA as the following:
-</para>
 
 <programlisting>
     ssl_ciphers RC4:HIGH:!aNULL:!MD5;
     ssl_prefer_server_ciphers on;
 </programlisting>
+</para>
 
 </section>