summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-10-14 15:02:44 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-10-14 15:02:44 +0000
commitf2b8e85360ddc115ee2ed6ed781be260c0110150 (patch)
treee9843b20a3e0b06eed3fe9ce062a7a4f7ab04c10 /docs
parent42f8a069aa55a6edce316a1164800965c200ad65 (diff)
Fixed ReST bugs in docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/templates.txt4
1 files 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 ``<p>`` and ``<br />``s.
+ Converts newlines into <p> and <br />s.
``linebreaksbr``
- Converts newlines into ``<br />``s.
+ Converts newlines into <br />s.
``linenumbers``
Displays text with line numbers.