mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[3.0.x] Fixed typo in docs/ref/templates/builtins.txt.
Backport of fc0b48d2e7
from master
This commit is contained in:
parent
51f0b8ae0d
commit
747ea48983
1 changed files with 1 additions and 1 deletions
|
@ -1635,7 +1635,7 @@ For example::
|
|||
|
||||
{{ value|escapejs }}
|
||||
|
||||
If ``value`` is ``"testing\r\njavascript \'string" <b>escaping</b>"``,
|
||||
If ``value`` is ``"testing\r\njavascript 'string\" <b>escaping</b>"``,
|
||||
the output will be ``"testing\\u000D\\u000Ajavascript \\u0027string\\u0022 \\u003Cb\\u003Eescaping\\u003C/b\\u003E"``.
|
||||
|
||||
.. templatefilter:: filesizeformat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue