From cb756f5dec0ecd3434dc1de781d514fde438d67b Mon Sep 17 00:00:00 2001 From: Joost Rijneveld Date: Tue, 31 Mar 2015 15:36:25 +0200 Subject: [PATCH] [1.7.x] Fixed typo in docs/ref/templates/builtins.txt Backport of 48ddc66219deaac2aa5fa3d2cb0f420404d6b8ec from master --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 823e958f3a..b2f82b2924 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2382,7 +2382,7 @@ rel="nofollow">www.djangoproject.com"``. In addition to web links, ``urlize`` also converts email addresses into ``mailto:`` links. If ``value`` is ``"Send questions to foo@example.com"``, the output will be -``"Send questions to foo@example"``. +``"Send questions to foo@example.com"``. The ``urlize`` filter also takes an optional parameter ``autoescape``. If ``autoescape`` is ``True``, the link text and URLs will be escaped using