mirror of
https://github.com/Hopiu/django.git
synced 2026-04-30 03:34:45 +00:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue