mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Fixed typo in docs/ref/utils.txt.
Some checks failed
Linters / black (push) Has been cancelled
Linters / flake8 (push) Has been cancelled
Linters / isort (push) Has been cancelled
Docs / docs (push) Has been cancelled
Docs / blacken-docs (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled
Some checks failed
Linters / black (push) Has been cancelled
Linters / flake8 (push) Has been cancelled
Linters / isort (push) Has been cancelled
Docs / docs (push) Has been cancelled
Docs / blacken-docs (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled
This commit is contained in:
parent
43c68042c9
commit
ac2d907f45
1 changed files with 1 additions and 1 deletions
|
|
@ -741,7 +741,7 @@ escaping HTML.
|
|||
is anything contained within ``<>``.
|
||||
|
||||
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`.
|
||||
|
||||
For example::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue