From 641853331d97138cf32c97d5a0187fc5e0491125 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 21 Feb 2009 08:43:35 +0000 Subject: [PATCH] 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 --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``

Joel
is a +If ``value`` is ``Joel\nis a slug``, the output will be ``

Joel
is a slug

``. .. templatefilter:: linebreaksbr