From 98d24b0acaf94f553936421092686bed16eeb00f Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Thu, 2 Dec 2010 23:28:03 -0700 Subject: add comma --- docs/narr/views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/views.rst b/docs/narr/views.rst index fcc0c723e..c3e45a01a 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -1110,7 +1110,7 @@ response, or if you use the ``render_template_*`` templating APIs, the UTF-8 charset is set automatically as the default via the ``Content-Type`` header. If you return a ``Content-Type`` header without an explicit charset, a request will add a ``;charset=utf-8`` trailer to the ``Content-Type`` header value for -you for response content types that are textual (e.g. ``text/html``, +you, for response content types that are textual (e.g. ``text/html``, ``application/xml``, etc) as it is rendered. If you are using your own response object, you will need to ensure you do this yourself. -- cgit v1.2.3