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:
Erik Krogh Kristensen
2024-04-04 15:42:45 +02:00
committed by GitHub

View File

@@ -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)