[livejournal] r18027: Allowing polls to have <striked> text
Committer: gariev
Allowing polls to have <striked> textU trunk/cgi-bin/LJ/Poll.pm
Modified: trunk/cgi-bin/LJ/Poll.pm
===================================================================
--- trunk/cgi-bin/LJ/Poll.pm 2011-01-14 08:21:59 UTC (rev 18026)
+++ trunk/cgi-bin/LJ/Poll.pm 2011-01-14 08:53:28 UTC (rev 18027)
@@ -187,7 +187,7 @@
}
my $poll_eat = [qw[head title style layer iframe applet object]];
- my $poll_allow = [qw[a b i u strong em img]];
+ my $poll_allow = [qw[a b i u strong em img strike]];
my $poll_remove = [qw[bgsound embed object caption link font]];
LJ::CleanHTML::clean($ref, {
