diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-25 13:23:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-25 13:23:23 -0400 |
commit | 80e3f7c309bffcf1e4cf6d52782d15fc96bebcf9 (patch) | |
tree | 4105a059ca0e46a4b4d9857793e5dae9c1b4b6eb /IkiWiki/Plugin | |
parent | fd95afe8ea8c01fd67b774ff8cf8bfae7a026430 (diff) |
indent
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/parentlinks.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/parentlinks.pm b/IkiWiki/Plugin/parentlinks.pm index 203ea13b6..9f16dd082 100644 --- a/IkiWiki/Plugin/parentlinks.pm +++ b/IkiWiki/Plugin/parentlinks.pm @@ -65,7 +65,7 @@ sub pagetemplate (@) { my $template=$params{template}; if ($template->query(name => "parentlinks") || - $template->query(name => "has_parentlinks")) { + $template->query(name => "has_parentlinks")) { my @links=parentlinks($params{page}); $template->param(parentlinks => \@links); $template->param(has_parentlinks => (@links > 0)); |