projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de6eba6
)
listdirectives: contentless dependency
author
Joey Hess
<joey@gnu.kitenet.net>
Sun, 4 Oct 2009 20:11:10 +0000
(16:11 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Sun, 4 Oct 2009 20:11:10 +0000
(16:11 -0400)
Another one that probably doesn't matter, but for completness.
IkiWiki/Plugin/listdirectives.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/listdirectives.pm
b/IkiWiki/Plugin/listdirectives.pm
index bd73f1a04e728638c19994c0d64a4f288a120150..96150f986dabd8c1e25b0fd708b18a9d44e5e6fd 100644
(file)
--- a/
IkiWiki/Plugin/listdirectives.pm
+++ b/
IkiWiki/Plugin/listdirectives.pm
@@
-84,7
+84,7
@@
sub preprocess (@) {
foreach my $plugin (@pluginlist) {
$result .= '<li class="listdirectives">';
my $link=linkpage($config{directive_description_dir}."/".$plugin);
- add_depends($params{page}, $link);
+ add_depends($params{page}, $link
, content => 0
);
$result .= htmllink($params{page}, $params{destpage}, $link);
$result .= '</li>';
}