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:20:03 -0400 |
| commit | 48ddc66219deaac2aa5fa3d2cb0f420404d6b8ec (patch) | |
| tree | 04804e131507b991aa36feffb89afb7c40253482 /docs/ref | |
| parent | d026eb63666a34382912cf68af75492fc583b9db (diff) | |
Fixed typo in docs/ref/templates/builtins.txt
Diffstat (limited to 'docs/ref')
| -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 aef4443c6a..d3b36834a0 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2380,7 +2380,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 |
