diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2009-02-21 08:43:35 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2009-02-21 08:43:35 +0000 |
| commit | 641853331d97138cf32c97d5a0187fc5e0491125 (patch) | |
| tree | a9b1cd4887cf34ad2a6d901b2f3cebcde249fb80 /docs/ref/templates | |
| parent | 8ed6a62a3c419bc9b2aa384fe408f30c326d99af (diff) | |
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
Diffstat (limited to 'docs/ref/templates')
| -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 b088fa63f0..1c7ac4f6dc 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -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 |
