mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.7.x] Fixed typo in docs/ref/templates/builtins.txt
Backport of 48ddc66219 from master
This commit is contained in:
committed by
Tim Graham
parent
db165cf348
commit
cb756f5dec
@@ -2382,7 +2382,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
|
||||
|
||||
Reference in New Issue
Block a user