Issue #3138789 by sja112, jungle, Maithri Shetty: Fix "blockquote" relevant typos in core

merge-requests/2419/head
catch 2020-05-28 10:14:20 +01:00
parent 735393d82d
commit 171dbb6a1c
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class XssTest extends TestCase {
[ [
'<blockquote><script>alert(0)</script></blockquote>', '<blockquote><script>alert(0)</script></blockquote>',
'script', 'script',
'HTML tag stripping evasion -- script in a blockqoute.', 'HTML tag stripping evasion -- script in a blockquote.',
['blockquote'], ['blockquote'],
], ],
[ [