Add list tags to the testdata filter whitelist.

This commit is contained in:
zach%zachlipton.com 2005-11-18 01:48:20 +00:00
Родитель 79b50a06c6
Коммит 919fa7e525
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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,
});