mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Converted <paragraph> to <p> per #aaugustin's request
This commit is contained in:
parent
1db5d88273
commit
3f65f751a0
1 changed files with 1 additions and 1 deletions
|
@ -1559,7 +1559,7 @@ string. This is useful in the rare cases where you need multiple escaping or
|
|||
want to apply other filters to the escaped results. Normally, you want to use
|
||||
the :tfilter:`escape` filter.
|
||||
|
||||
For example, if you want to catch the ``<paragraph>`` HTML elements created by
|
||||
For example, if you want to catch the ``<p>`` HTML elements created by
|
||||
the :tfilter:`linebreaks` filter::
|
||||
|
||||
{% autoescape off %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue