diff options
| author | Joost Rijneveld <joostrijneveld@gmail.com> | 2015-03-31 15:36:25 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-31 21:21:50 -0400 |
| commit | 9e9914701a5ab1966e45346d7482bac3b6a0cab4 (patch) | |
| tree | 13a4690fd3448d1e158f8534281c98d7447dd2bf | |
| parent | c2674c2103fed17dbc6dda25c471f5f214325c18 (diff) | |
[1.8.x] Fixed typo in docs/ref/templates/builtins.txt
Backport of 48ddc66219deaac2aa5fa3d2cb0f420404d6b8ec from master
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index bc2e7d546e..807d60c434 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2394,7 +2394,7 @@ rel="nofollow">www.djangoproject.com</a>"``. 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 <a href="mailto:foo@example.com">foo@example</a>"``. +``"Send questions to <a href="mailto:foo@example.com">foo@example.com</a>"``. The ``urlize`` filter also takes an optional parameter ``autoescape``. If ``autoescape`` is ``True``, the link text and URLs will be escaped using |
