Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c74db8b

Browse files
author
Max Schaefer
committed
JavaScript: Fix erroneous backticks in query help.
1 parent 69a048d commit c74db8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/Security/CWE-116/DoubleEscaping.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ or garbled output.
3535
<p>
3636
Use a (well-tested) sanitization library if at all possible. These libraries are much more
3737
likely to handle corner cases correctly than a custom implementation. For URI encoding,
38-
you can use the standard `encodeURIComponent` and `decodeURIComponent` functions.
38+
you can use the standard <code>encodeURIComponent</code> and <code>decodeURIComponent</code> functions.
3939
</p>
4040
<p>
4141
Otherwise, make sure to always escape the escape character first, and unescape it last.

0 commit comments

Comments
 (0)