Commit 9e991470 authored by Joost Rijneveld's avatar Joost Rijneveld Committed by Tim Graham
Browse files

[1.8.x] Fixed typo in docs/ref/templates/builtins.txt

Backport of 48ddc662 from master
parent c2674c21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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