Committer: sbelyaev
LJSV-1788: Writer's block works for RTEU trunk/cgi-bin/LJ/Widget/EntryForm.pm
Modified: trunk/cgi-bin/LJ/Widget/EntryForm.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/EntryForm.pm 2011-09-15 03:30:52 UTC (rev 20045) +++ trunk/cgi-bin/LJ/Widget/EntryForm.pm 2011-09-15 06:44:26 UTC (rev 20046) @@ -607,7 +607,7 @@ my $onload = $self->onload; my $block_qotd = ''; - if ($opts->{prop_qotdid} && !$opts->{richtext}) { + if ($opts->{prop_qotdid}) { my $qotd = LJ::QotD->get_single_question($opts->{prop_qotdid}); my $qotd_show = LJ::Widget::QotD->qotd_display_embed( questions => [ $qotd ],