projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59ba938
)
qualify template_file
author
Joey Hess
<joey@gnu.kitenet.net>
Fri, 2 Apr 2010 20:55:29 +0000
(16:55 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Fri, 2 Apr 2010 20:55:29 +0000
(16:55 -0400)
IkiWiki/Plugin/template.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/template.pm
b/IkiWiki/Plugin/template.pm
index 36282055a5274987747026b284609e45f793208c..98a13b5fa55871b4d54d7f8fe1ee9599ff16e2d9 100644
(file)
--- a/
IkiWiki/Plugin/template.pm
+++ b/
IkiWiki/Plugin/template.pm
@@
-42,7
+42,7
@@
sub preprocess (@) {
$template_file=srcfile($pagesources{$template_page});
}
else {
- $template_file=template_file("$params{id}.tmpl")
+ $template_file=
IkiWiki::
template_file("$params{id}.tmpl")
}
return sprintf(gettext("template %s not found"),
htmllink($params{page}, $params{destpage}, "/".$template_page))