diff options
Diffstat (limited to 'docs/manual/content-negotiation.xml')
-rw-r--r-- | docs/manual/content-negotiation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/content-negotiation.xml b/docs/manual/content-negotiation.xml index a98c8887ec..459ddefb68 100644 --- a/docs/manual/content-negotiation.xml +++ b/docs/manual/content-negotiation.xml @@ -484,7 +484,7 @@ against <code>en</code> documents. Implicitly, Apache will add the parent language to the client's acceptable language list with a very low quality value. But note that if the client requests - "en-GB; qs=0.9, fr; qs=0.8", and the server has documents + "en-GB; q=0.9, fr; q=0.8", and the server has documents designated "en" and "fr", then the "fr" document will be returned. This is necessary to maintain compliance with the HTTP/1.1 specification and to work effectively with properly configured |