]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/inline.pm
remove debugging code
[ikiwiki.git] / IkiWiki / Plugin / inline.pm
index 2db39f777664d135b5cc86852feb04a77b058199..d49993e5f44a396c8891901ccea9053172659b5b 100644 (file)
@@ -139,7 +139,7 @@ sub preprocess_inline (@) { #{{{
        
        my @params=IkiWiki::template_params($params{template}.".tmpl", blind_cache => 1);
        if (! @params) {
        
        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;
        
        }
        my $template=HTML::Template->new(@params) unless $raw;