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:
Adrian Holovaty 2009-02-21 08:43:35 +00:00
parent 8ed6a62a3c
commit 641853331d
1 changed files with 1 additions and 1 deletions

View File

@ -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