projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7125c72
)
avoid temp var
author
Joey Hess
<joey@kodama.kitenet.net>
Tue, 29 Jan 2008 23:07:20 +0000
(18:07 -0500)
committer
Joey Hess
<joey@kodama.kitenet.net>
Tue, 29 Jan 2008 23:07:20 +0000
(18:07 -0500)
IkiWiki/Render.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Render.pm
b/IkiWiki/Render.pm
index a42cdc4224ddee61f6d07685788d832bdf0ab028..be5af84ba5a51d65ef9f98a3d64cd7439f5dc006 100644
(file)
--- a/
IkiWiki/Render.pm
+++ b/
IkiWiki/Render.pm
@@
-378,8
+378,7
@@
sub refresh () { #{{{
if (isinternal($page)) {
push @internal, $file;
# Preprocess internal page in scan-only mode.
- my $content=readfile(srcfile($file));
- preprocess($page, $page, $content, 1);
+ preprocess($page, $page, readfile(srcfile($file)), 1);
}
else {
push @needsbuild, $file;