Committer: akanashin
LJSUP-13907: Video placeholders should be on the page instead of videoU trunk/cgi-bin/cleanhtml.pl
Modified: trunk/cgi-bin/cleanhtml.pl =================================================================== --- trunk/cgi-bin/cleanhtml.pl 2012-11-01 12:03:19 UTC (rev 23238) +++ trunk/cgi-bin/cleanhtml.pl 2012-11-01 12:07:43 UTC (rev 23239) @@ -161,7 +161,7 @@ my %remove_attribs = ($opts->{'remove_attribs'}) ? (map {$_ => 1} @{ $opts->{'remove_attribs'} }) : (); my $remove_positioning = $opts->{'remove_positioning'} || 0; - my $embedplaceholders = $opts->{'embedplaceholders'} || 0; + my $placeholders = $opts->{'placeholders'} || 0; my $target = $opts->{'target'} || ''; my $ljrepost_allowed = ($opts->{ljrepost_allowed} && ! $opts->{'textonly'}) || 0; my $cut_retrieve = $opts->{cut_retrieve} || 0;