8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79ecf32 + d591d2f commit 99b1b4bCopy full SHA for 99b1b4b
templates.rst
@@ -947,7 +947,7 @@ JavaScript popup window.
947
948
This is known as a `Cross-Site Scripting`_ (XSS) attack. And while the previous
949
example seems harmless, the attacker could write more advanced JavaScript code
950
-to performs malicious actions.
+to perform malicious actions.
951
952
To prevent this attack, use *"output escaping"* to transform the characters
953
which have special meaning (e.g. replace ``<`` by the ``<`` HTML entity).
0 commit comments