projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af988b
)
meta redir dependency is contentless
author
Joey Hess
<joey@gnu.kitenet.net>
Sun, 4 Oct 2009 20:12:05 +0000
(16:12 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Sun, 4 Oct 2009 20:12:05 +0000
(16:12 -0400)
IkiWiki/Plugin/meta.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/meta.pm
b/IkiWiki/Plugin/meta.pm
index 514b0936907ce58edabcbafcb44d5559a154eec9..eef3013a0caf7a1f9008772b7c5ef46ee27ce20b 100644
(file)
--- a/
IkiWiki/Plugin/meta.pm
+++ b/
IkiWiki/Plugin/meta.pm
@@
-195,7
+195,7
@@
sub preprocess (@) {
if (! length $link) {
error gettext("redir page not found")
}
- add_depends($page, $link);
+ add_depends($page, $link
, content => 0
);
$value=urlto($link, $page);
$value.='#'.$redir_anchor if defined $redir_anchor;