--- trunk/lib/Frey/Run.pm 2008/10/28 18:25:34 194 +++ trunk/lib/Frey/Run.pm 2008/10/28 18:33:53 195 @@ -50,10 +50,10 @@ } else { warn "## using $o->markup"; $html = $o->markup; + warn ">>> markup $class ",length( $html ), " bytes\n"; } } - warn ">>> markup $class ",length( $html ), " bytes\n"; $req->print( $self->page( title => $class, body => $html ) ); }