From 9330745834699382a1c8cc904ba8ce444b50ec83 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 4 May 2010 19:49:48 +0200 Subject: [PATCH] tag plugin: whitespace cleanup --- IkiWiki/Plugin/tag.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/IkiWiki/Plugin/tag.pm b/IkiWiki/Plugin/tag.pm index 62f030f4e..86e95cd24 100644 --- a/IkiWiki/Plugin/tag.pm +++ b/IkiWiki/Plugin/tag.pm @@ -45,7 +45,7 @@ sub getsetup () { sub taglink ($) { my $tag=shift; - + if ($tag !~ m{^/} && defined $config{tagbase}) { $tag="/".$config{tagbase}."/".$tag; @@ -109,13 +109,13 @@ sub preprocess_tag (@) { foreach my $tag (keys %params) { $tag=linkpage($tag); - + # hidden WikiLink add_link($page, taglink($tag), 'tag'); - + gentag($tag); } - + return ""; } -- 2.32.0.93.g670b81a890