projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a95d824
)
bugfix
author
Joey Hess
<joey@kitenet.net>
Sat, 24 Apr 2010 20:00:18 +0000
(16:00 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sat, 24 Apr 2010 20:00:18 +0000
(16:00 -0400)
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index 7382f11e4202f4960895b447de94ee4fb55f6f09..8bae6b72f8f8f212b5114e059f470e4607214446 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-1712,7
+1712,8
@@
sub misctemplate ($$;@) {
my $title=shift;
my $pagebody=shift;
- my $template=template("misc.tmpl",
+ my $template=template("misc.tmpl");
+ $template->param(
title => $title,
indexlink => indexlink(),
wikiname => $config{wikiname},