--- trunk/lib/Frey/SVK.pm 2008/11/27 15:40:12 552 +++ trunk/lib/Frey/SVK.pm 2008/11/27 20:36:15 558 @@ -47,7 +47,7 @@ my $status = `svk status -q`; my $diff = `svk diff`; - Frey::Web->meta->apply( $self ); # provide html_escape + Frey::Web->meta->apply( $self ) unless $self->can('html_escape'); my $html = qq|
$status

|