Fixed ReST bugs in docs/templates.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-10-14 15:02:44 +00:00
parent 42f8a069aa
commit f2b8e85360
1 changed files with 2 additions and 2 deletions

View File

@ -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.