projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3ccf39
)
formatting
author
Joey Hess
<joey@gnu.kitenet.net>
Thu, 23 Apr 2009 20:14:35 +0000
(16:14 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Thu, 23 Apr 2009 20:14:35 +0000
(16:14 -0400)
IkiWiki/Plugin/inline.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/inline.pm
b/IkiWiki/Plugin/inline.pm
index 366357095ee24cee2ac61691538b92196f870e9d..4507ace4d672ce34f055d2ccbc582fbb579247c4 100644
(file)
--- a/
IkiWiki/Plugin/inline.pm
+++ b/
IkiWiki/Plugin/inline.pm
@@
-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') {