From d5d07f1e830d1c4c646de5d93b645a2edb35b5d0 Mon Sep 17 00:00:00 2001 From: "Jason S. Lingohr" Date: Thu, 18 Sep 2003 14:03:15 +0000 Subject: [PATCH] Corrections/fixes, more to come. Transformation update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101280 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/content-negotiation.html.en | 29 ++++++++++++++----------- docs/manual/content-negotiation.xml | 29 ++++++++++++++----------- 2 files changed, 32 insertions(+), 26 deletions(-) diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en index 815a89f35f..edc03c0bec 100644 --- a/docs/manual/content-negotiation.html.en +++ b/docs/manual/content-negotiation.html.en @@ -24,7 +24,7 @@ -

Apache's supports content negotiation as described in +

Apache supports content negotiation as described in the HTTP/1.1 specification. It can choose the best representation of a resource based on the browser-supplied preferences for media type, languages, character set and @@ -33,8 +33,8 @@ incomplete negotiation information.

Content negotiation is provided by the - mod_negotiation module. - which is compiled in by default.

+ mod_negotiation module, which is compiled in + by default.