Skip to content

Commit

Permalink
Issue #3138789 by sja112, jungle, Maithri Shetty: Fix "blockquote" re…
Browse files Browse the repository at this point in the history
…levant typos in core

(cherry picked from commit 171dbb6a1c90b26af381d795265ddb09be50d270)
  • Loading branch information
catch committed May 28, 2020
1 parent d5e3fc7 commit bef9a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Drupal/Tests/Component/Utility/XssTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public function providerTestFilterXssNotNormalized() {
[
'<blockquote><script>alert(0)</script></blockquote>',
'script',
'HTML tag stripping evasion -- script in a blockqoute.',
'HTML tag stripping evasion -- script in a blockquote.',
['blockquote'],
],
[
Expand Down

0 comments on commit bef9a90

Please sign in to comment.