mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Merge pull request #16100 from erik-krogh/fix-js-rb-typo
RB: fix language specifier typo in qhelp for rb/multi-char-san
This commit is contained in:
@@ -90,7 +90,7 @@ end
|
||||
Another potential fix is to use the popular <code>sanitize</code> gem.
|
||||
It keeps most of the safe HTML tags while removing all unsafe tags and attributes.
|
||||
</p>
|
||||
<sample language="javascript">
|
||||
<sample language="ruby">
|
||||
require 'sanitize'
|
||||
|
||||
def sanitize_html(input)
|
||||
|
||||
Reference in New Issue
Block a user