Committer: gariev
LJSUP-8482: Removing "style" attribute from postsU trunk/cgi-bin/cleanhtml.pl
Modified: trunk/cgi-bin/cleanhtml.pl =================================================================== --- trunk/cgi-bin/cleanhtml.pl 2011-04-05 07:29:10 UTC (rev 18793) +++ trunk/cgi-bin/cleanhtml.pl 2011-04-05 08:36:13 UTC (rev 18794) @@ -1631,7 +1631,7 @@ 'mode' => 'allow', 'remove' => $event_remove, 'autoclose' => \@comment_close, - 'cleancss' => !$LJ::S2_TRUSTED{ $opts->{journalid} }, + 'cleancss' => !$LJ::STYLE_TRUSTED{ $opts->{journalid} }, 'noearlyclose' => 1, 'tablecheck' => 1, 'ljrepost_allowed' => 1,