From f2b8e85360ddc115ee2ed6ed781be260c0110150 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 14 Oct 2005 15:02:44 +0000 Subject: [PATCH] Fixed ReST bugs in docs/templates.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@862 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates.txt b/docs/templates.txt index 15abaaedaa..843ed0cbaa 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -636,10 +636,10 @@ Built-in filter reference Returns a boolean of whether the value's length is the argument. ``linebreaks`` - Converts newlines into ``

`` and ``
``s. + Converts newlines into

and
s. ``linebreaksbr`` - Converts newlines into ``
``s. + Converts newlines into
s. ``linenumbers`` Displays text with line numbers.