Skip to content

Commit

Permalink
Fixed #10177 -- Fixed typo in docs/ref/templates/builtins.txt. Thanks…
Browse files Browse the repository at this point in the history
…, bmjames

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9852 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Feb 21, 2009
1 parent 8ed6a62 commit 6418533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/templates/builtins.txt
Expand Up @@ -1184,7 +1184,7 @@ For example::


{{ value|linebreaks }} {{ 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>``. slug</p>``.


.. templatefilter:: linebreaksbr .. templatefilter:: linebreaksbr
Expand Down

0 comments on commit 6418533

Please sign in to comment.