Skip to content

Commit

Permalink
Issue #4081: fix spelling in code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jan 22, 2025
1 parent 25405be commit 098bc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/System/HTMLUtils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ sub Safety {
],
);

# for some reason stype and script are not handled by new()
# for some reason the tags 'style' and 'script' are not handled by new()
$Scrubber->style(1); # style tags should not be filtered by HTML::Parser
$Scrubber->script( $Param{NoJavaScript} ? 0 : 1 ); # let HTML::Parser filter script tags

Expand Down

0 comments on commit 098bc98

Please sign in to comment.