Committer: sbelyaev
LJSUP-11267: new no need any parametersU trunk/cgi-bin/ljprotocol.pl
Modified: trunk/cgi-bin/ljprotocol.pl =================================================================== --- trunk/cgi-bin/ljprotocol.pl 2012-02-16 13:22:38 UTC (rev 21200) +++ trunk/cgi-bin/ljprotocol.pl 2012-02-16 13:26:42 UTC (rev 21201) @@ -3908,7 +3908,7 @@ } if ($req->{'asxml'}) { - my $tidy = LJ::Tidy->new( { output => 'xml' } ); + my $tidy = LJ::Tidy->new(); my $event_text = $tidy->clean( $t->[1] ); $evt->{'event'} = '<event>' . $event_text . '</event>'; } else {