aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/parentlinks.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-12-25 13:23:23 -0400
committerJoey Hess <joey@kitenet.net>2010-12-25 13:23:23 -0400
commit80e3f7c309bffcf1e4cf6d52782d15fc96bebcf9 (patch)
tree4105a059ca0e46a4b4d9857793e5dae9c1b4b6eb /IkiWiki/Plugin/parentlinks.pm
parentfd95afe8ea8c01fd67b774ff8cf8bfae7a026430 (diff)
downloadikiwiki-80e3f7c309bffcf1e4cf6d52782d15fc96bebcf9.tar
ikiwiki-80e3f7c309bffcf1e4cf6d52782d15fc96bebcf9.tar.gz
indent
Diffstat (limited to 'IkiWiki/Plugin/parentlinks.pm')
-rw-r--r--IkiWiki/Plugin/parentlinks.pm2
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));