--- trunk/lib/Frey/SVK.pm 2008/11/30 15:04:07 639 +++ trunk/lib/Frey/SVK.pm 2008/11/30 23:49:32 653 @@ -158,11 +158,6 @@ $self->title( 'svk' . ( $self->action ? ' - ' . $self->action : '' ) ); # XXX without this we get wrong icon and title - if ( ! $self->can('html_escape') ) { - Frey::Web->meta->apply( $self ); - $self->TODO( "Frey::Web role missing" ); - } - $html .= $self->status_as_markup || 'No changes in files tracked by SVK'; $html .= $self->diff_as_markup;