remove debugging code

master
joey 2007-03-03 02:27:14 +00:00
parent 9ed162018a
commit 2e11f8a81f
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ sub preprocess_inline (@) { #{{{
my @params=IkiWiki::template_params($params{template}.".tmpl", blind_cache => 1);
if (! @params) {
return sprintf(gettext("nonexistant template %s @params"), $params{template});
return sprintf(gettext("nonexistant template %s"), $params{template});
}
my $template=HTML::Template->new(@params) unless $raw;