aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/pagetemplate.pm
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-05 18:22:21 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-05 18:22:21 +0000
commit1d61c4d4d690624f6d6fb34b6decd5507a003298 (patch)
tree11e0fdf728ec580eba9eb079be94540d9196072f /IkiWiki/Plugin/pagetemplate.pm
parent7780d221984237444bdcabb55d74707e585b09be (diff)
downloadikiwiki-1d61c4d4d690624f6d6fb34b6decd5507a003298.tar
ikiwiki-1d61c4d4d690624f6d6fb34b6decd5507a003298.tar.gz
* pagetemplate: don't display template name
Diffstat (limited to 'IkiWiki/Plugin/pagetemplate.pm')
-rw-r--r--IkiWiki/Plugin/pagetemplate.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/pagetemplate.pm b/IkiWiki/Plugin/pagetemplate.pm
index b5ebf623d..69a2433a8 100644
--- a/IkiWiki/Plugin/pagetemplate.pm
+++ b/IkiWiki/Plugin/pagetemplate.pm
@@ -25,6 +25,7 @@ sub preprocess (@) { #{{{
$templates{$params{page}}=$params{template};
}
+ return "";
} # }}}
sub templatefile (@) { #{{{