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:
parent
42f8a069aa
commit
f2b8e85360
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue