Skip to content

Commit f2e406c

Browse files
committed
Merge branch '5.0' into 5.1
* 5.0: Update templates.rst
2 parents 6c6f5df + 99b1b4b commit f2e406c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ JavaScript popup window.
969969

970970
This is known as a `Cross-Site Scripting`_ (XSS) attack. And while the previous
971971
example seems harmless, the attacker could write more advanced JavaScript code
972-
to performs malicious actions.
972+
to perform malicious actions.
973973

974974
To prevent this attack, use *"output escaping"* to transform the characters
975975
which have special meaning (e.g. replace ``<`` by the ``&lt;`` HTML entity).

0 commit comments

Comments
 (0)