typo
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 1 Aug 2006 20:12:15 +0000 (20:12 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 1 Aug 2006 20:12:15 +0000 (20:12 +0000)
IkiWiki/Plugin/inline.pm

index 03471668c6de155f0f482dce7430472beba71b7c..6a0f00f0fd7a39b760d70e003b12eabad0d5ca6a 100644 (file)
@@ -71,7 +71,7 @@ sub preprocess_inline (@) { #{{{
                }
                $ret.=$formtemplate->output;
        }
-       elsif ($config{rss} && $params{rss} eq "yes")) {
+       elsif ($config{rss} && $params{rss} eq "yes") {
                # Add a rss link button.
                my $linktemplate=template("rsslink.tmpl", blind_cache => 1);
                $linktemplate->param(rssurl => rsspage(basename($params{page})));