зеркало из https://github.com/mozilla/pjs.git
Add list tags to the testdata filter whitelist.
This commit is contained in:
Родитель
79b50a06c6
Коммит
919fa7e525
|
@ -68,7 +68,8 @@ $constants{litmus_version} = $Litmus::Config::version;
|
|||
my $strip = HTML::StripScripts::Parser->new({
|
||||
Context => 'Inline',
|
||||
AllowHref => 1,
|
||||
BanAllBut => ['a', 'b', 'br', 'em', 'p', 'i', 'hr'],
|
||||
BanAllBut => ['a', 'b', 'br', 'em', 'p', 'i', 'hr',
|
||||
'ul', 'ol', 'li'],
|
||||
strict_names => 1,
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче