Converted <paragraph> to <p> per #aaugustin's request

This commit is contained in:
Daniel Greenfeld 2012-11-12 16:12:27 -08:00
parent 1db5d88273
commit 3f65f751a0
1 changed files with 1 additions and 1 deletions

View File

@ -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 want to apply other filters to the escaped results. Normally, you want to use
the :tfilter:`escape` filter. 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:: the :tfilter:`linebreaks` filter::
{% autoescape off %} {% autoescape off %}