X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/0ae1e4cc0e598eacfeb508d11db81c33169631fd..d8943d8668d2489b78d9c7c2abdad9f71d193724:/IkiWiki/Plugin/parentlinks.pm?ds=sidebyside

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));