diff options
author | Tony Stevenson <pctony@apache.org> | 2007-06-25 15:57:50 +0200 |
---|---|---|
committer | Tony Stevenson <pctony@apache.org> | 2007-06-25 15:57:50 +0200 |
commit | 8a9f3de0d1b5caf8db264055e80e8a1c9256fb72 (patch) | |
tree | 537c515d6701276defbe27d6956d53bce8ed877c /docs/manual/content-negotiation.xml | |
parent | Improve traces in ap_proxy_http_process_response(). (diff) | |
download | apache2-8a9f3de0d1b5caf8db264055e80e8a1c9256fb72.tar.xz apache2-8a9f3de0d1b5caf8db264055e80e8a1c9256fb72.zip |
Missing <br /> to wrap text correctly
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@550504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/content-negotiation.xml')
-rw-r--r-- | docs/manual/content-negotiation.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/content-negotiation.xml b/docs/manual/content-negotiation.xml index 9a05d3a0e5..733e32c37e 100644 --- a/docs/manual/content-negotiation.xml +++ b/docs/manual/content-negotiation.xml @@ -1,4 +1,4 @@ -<?xml version='1.0' encoding='UTF-8' ?> +<?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> <!-- $LastChangedRevision$ --> @@ -502,7 +502,7 @@ the normal negotiation process applies.</p> <example><title>Example</title> - SetEnvIf Cookie "language=(.+)" prefer-language=$1 + SetEnvIf Cookie "language=(.+)" prefer-language=$1<br /> Header append Vary cookie </example> </section> |