Merge "Allow striken text in MMV descriptions"

This commit is contained in:
jenkins-bot 2024-05-17 13:20:07 +00:00 committed by Gerrit Code Review
commit 1246e5bd5f

View file

@ -221,7 +221,7 @@
const $html = HtmlUtils.wrapAndJquerify( html );
HtmlUtils.filterInvisible( $html );
HtmlUtils.appendWhitespaceToBlockElements( $html );
HtmlUtils.whitelistHtml( $html, 'a, span, i, b, sup, sub' );
HtmlUtils.whitelistHtml( $html, 'a, span, i, b, sup, sub, s' );
cache.textWithTags[ html ] = HtmlUtils.mergeWhitespace( $html.html() );
}
return cache.textWithTags[ html ];