Skip to content

Commit 99b1b4b

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update templates.rst
2 parents 79ecf32 + d591d2f commit 99b1b4b

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
@@ -947,7 +947,7 @@ JavaScript popup window.
947947

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

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

0 commit comments

Comments
 (0)