Skip to content

Commit

Permalink
Merge pull request #16100 from erik-krogh/fix-js-rb-typo
Browse files Browse the repository at this point in the history
RB: fix language specifier typo in qhelp for rb/multi-char-san
  • Loading branch information
erik-krogh authored Apr 4, 2024
2 parents a8f27af + 572d3ba commit 0cfac60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0cfac60

Please sign in to comment.