Fixed #10177 -- Fixed typo in docs/ref/templates/builtins.txt. Thanks, bmjames
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9852 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8ed6a62a3c
commit
641853331d
|
@ -1184,7 +1184,7 @@ For example::
|
|||
|
||||
{{ value|linebreaks }}
|
||||
|
||||
If ``value`` is ``Joel\nis a slug``, the output will be ``<p>Joel<br>is a
|
||||
If ``value`` is ``Joel\nis a slug``, the output will be ``<p>Joel<br />is a
|
||||
slug</p>``.
|
||||
|
||||
.. templatefilter:: linebreaksbr
|
||||
|
|
Loading…
Reference in New Issue