Merge pull request #1066 from xiemaisi/fix-qhelp-backticks

Fix qhelp backticks
This commit is contained in:
Jonas Jensen
2019-03-08 19:06:48 +01:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ or garbled output.
<p>
Use a (well-tested) sanitization library if at all possible. These libraries are much more
likely to handle corner cases correctly than a custom implementation. For URI encoding,
you can use the standard `encodeURIComponent` and `decodeURIComponent` functions.
you can use the standard <code>encodeURIComponent</code> and <code>decodeURIComponent</code> functions.
</p>
<p>
Otherwise, make sure to always escape the escape character first, and unescape it last.