diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-03 02:27:14 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-03 02:27:14 +0000 |
commit | 2e11f8a81f254d3ef971a8b8ae8007d3518b1383 (patch) | |
tree | fcd0f9d8047ef0112e18452f8d9549c776d44d7a /IkiWiki/Plugin | |
parent | 9ed162018a11df517b5d27ae5c2200afcc0c9be9 (diff) |
remove debugging code
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/inline.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/inline.pm b/IkiWiki/Plugin/inline.pm index 2db39f777..d49993e5f 100644 --- a/IkiWiki/Plugin/inline.pm +++ b/IkiWiki/Plugin/inline.pm @@ -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; |