Skip to content

Commit ebdc402

Browse files
Danjaviereguiluz
Dan
authored andcommitted
Update templates.rst
1 parent f22b6d1 commit ebdc402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ JavaScript popup window.
953953

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

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

0 commit comments

Comments
 (0)