--- Webpacus/lib/Webpacus/Controller/Editor.pm 2005/12/17 03:19:58 271 +++ Webpacus/lib/Webpacus/Controller/Editor.pm 2006/01/22 00:44:42 381 @@ -41,8 +41,6 @@ $c->stash->{template_filename} = $template_filename; - $c->stash->{databases} = $c->comp('Model::Databases')->list_inputs; - $c->stash->{template} = 'editor.tt'; } @@ -220,7 +218,7 @@ $html .= qq{
Can't parse this record with HTML Tidy!
}; } } else { - $html .= qq{
Can't find record
}; + $html .= qq{
Can't find record $record_uri
}; } $c->response->content_type('text/html; charset=utf-8');