]> sipb.mit.edu Git - ikiwiki.git/commitdiff
remove debugging code
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 3 Mar 2007 02:27:14 +0000 (02:27 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 3 Mar 2007 02:27:14 +0000 (02:27 +0000)
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) {
-               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;