--- Webpacus/lib/Webpacus/Controller/Editor.pm 2005/12/06 23:48:11 236 +++ Webpacus/lib/Webpacus/Controller/Editor.pm 2005/12/06 23:49:13 237 @@ -217,7 +217,7 @@ $c->response->content_type('text/html; charset=utf-8'); - $c->res->output( $html ); + $c->response->body( $html ); }