changeset 140:b9e5155d8f5d

Removed excessive quotes.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 24 Oct 2011 13:01:12 +0000
parents a2c1922d5401
children 2a88f137b1c6
files xml/en/docs/http/ngx_http_core_module.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Mon Oct 24 09:06:38 2011 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Mon Oct 24 13:01:12 2011 +0000
@@ -617,14 +617,14 @@
 The first argument sets a timeout during which a keep-alive
 client connection will stay open on the server side.
 The optional second argument sets a value in the
-<dq><header>Keep-Alive: timeout=<argument>time</argument></header></dq>
+<header>Keep-Alive: timeout=<argument>time</argument></header>
 response header.
 Two arguments may differ.
 </para>
 
 <para>
 The
-<dq><header>Keep-Alive: timeout=</header></dq>
+<header>Keep-Alive: timeout=</header>
 is understood by Mozilla and Konqueror.
 MSIE will close keep-alive connection in about 60 seconds.
 </para>