From: Tony Stevenson Date: Mon, 25 Jun 2007 13:57:50 +0000 (+0000) Subject: Missing
to wrap text correctly X-Git-Tag: 2.3.0~1759 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a9f3de0d1b5caf8db264055e80e8a1c9256fb72;p=thirdparty%2Fapache%2Fhttpd.git Missing
to wrap text correctly git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@550504 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en index 509d25b533a..23c61be6a65 100644 --- a/docs/manual/content-negotiation.html.en +++ b/docs/manual/content-negotiation.html.en @@ -503,7 +503,7 @@ Negotiation the normal negotiation process applies.

Example

- SetEnvIf Cookie "language=(.+)" prefer-language=$1 + SetEnvIf Cookie "language=(.+)" prefer-language=$1
Header append Vary cookie

diff --git a/docs/manual/content-negotiation.xml b/docs/manual/content-negotiation.xml index 9a05d3a0e5d..733e32c37e6 100644 --- a/docs/manual/content-negotiation.xml +++ b/docs/manual/content-negotiation.xml @@ -1,4 +1,4 @@ - + @@ -502,7 +502,7 @@ the normal negotiation process applies.

Example - SetEnvIf Cookie "language=(.+)" prefer-language=$1 + SetEnvIf Cookie "language=(.+)" prefer-language=$1
Header append Vary cookie