avoid temp var
parent
7125c7269a
commit
9e15bd27ea
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue