fix a bug

master
joey 2006-10-28 22:24:18 +00:00
parent f6f87c14ab
commit 74b5fb09aa
1 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,9 @@ sub scan ($) { #{{{
# Preprocess in scan-only mode.
preprocess($page, $page, $content, 1);
}
else {
will_render($file, $file, 1);
}
} #}}}
sub render ($) { #{{{