formatting
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 23 Apr 2009 20:14:35 +0000 (16:14 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 23 Apr 2009 20:14:35 +0000 (16:14 -0400)
IkiWiki/Plugin/inline.pm

index 366357095ee24cee2ac61691538b92196f870e9d..4507ace4d672ce34f055d2ccbc582fbb579247c4 100644 (file)
@@ -184,7 +184,7 @@ sub preprocess_inline (@) {
        }
 
        my @list=pagespec_match_list(
-               [ grep { $_ ne $params{page}} keys %pagesources ],
+               [ grep { $_ ne $params{page} } keys %pagesources ],
                $params{pages}, location => $params{page});
 
        if (exists $params{sort} && $params{sort} eq 'title') {