Skip to content

Commit d591d2f

Browse files
committed
minor #13680 Update templates.rst (danzera)
This PR was submitted for the master branch but it was merged into the 4.4 branch instead. Discussion ---------- Update templates.rst Grammatical update to documentation. Commits ------- ebdc402 Update templates.rst
2 parents f22b6d1 + ebdc402 commit d591d2f

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)