projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f87c1
)
fix a bug
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 28 Oct 2006 22:24:18 +0000
(22:24 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 28 Oct 2006 22:24:18 +0000
(22:24 +0000)
IkiWiki/Render.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Render.pm
b/IkiWiki/Render.pm
index da5a5510b998dd6d08f8ccbe724bfb9c6c260ed2..f59e54f2934a2c459660eada83b11dff925cd573 100644
(file)
--- a/
IkiWiki/Render.pm
+++ b/
IkiWiki/Render.pm
@@
-163,6
+163,9
@@
sub scan ($) { #{{{
# Preprocess in scan-only mode.
preprocess($page, $page, $content, 1);
}
+ else {
+ will_render($file, $file, 1);
+ }
} #}}}
sub render ($) { #{{{