зеркало из https://github.com/mozilla/pjs.git
Properly use HTML::StripScripts::Parser in the 'testdata' filter.
This commit is contained in:
Родитель
919fa7e525
Коммит
a0688e7a7a
|
@ -65,13 +65,14 @@ my %constants;
|
|||
$constants{litmus_version} = $Litmus::Config::version;
|
||||
|
||||
# html tag stripper:
|
||||
my $strip = HTML::StripScripts::Parser->new({
|
||||
Context => 'Inline',
|
||||
AllowHref => 1,
|
||||
BanAllBut => ['a', 'b', 'br', 'em', 'p', 'i', 'hr',
|
||||
'ul', 'ol', 'li'],
|
||||
strict_names => 1,
|
||||
});
|
||||
my $strip = HTML::StripScripts::Parser->new(
|
||||
{
|
||||
AllowHref => 1,
|
||||
BanAllBut => ['a', 'b', 'br', 'em', 'p', 'i', 'hr',
|
||||
'ul', 'ol', 'li'],
|
||||
},
|
||||
strict_names => 1,
|
||||
);
|
||||
|
||||
###############################################################################
|
||||
# Templatization Code
|
||||
|
|
Загрузка…
Ссылка в новой задаче