mirror of
https://github.com/django/django.git
synced 2025-08-21 17:29:13 +00:00
Fixed typo in docs/ref/utils.txt.
This commit is contained in:
parent
43c68042c9
commit
ac2d907f45
@ -741,7 +741,7 @@ escaping HTML.
|
|||||||
is anything contained within ``<>``.
|
is anything contained within ``<>``.
|
||||||
|
|
||||||
Absolutely NO guarantee is provided about the resulting string being
|
Absolutely NO guarantee is provided about the resulting string being
|
||||||
HTML safe. So NEVER mark safe the result of a ``strip_tag`` call without
|
HTML safe. So NEVER mark safe the result of a ``strip_tags`` call without
|
||||||
escaping it first, for example with :func:`~django.utils.html.escape`.
|
escaping it first, for example with :func:`~django.utils.html.escape`.
|
||||||
|
|
||||||
For example::
|
For example::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user