]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix a bug
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 28 Oct 2006 22:24:18 +0000 (22:24 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 28 Oct 2006 22:24:18 +0000 (22:24 +0000)
IkiWiki/Render.pm

index da5a5510b998dd6d08f8ccbe724bfb9c6c260ed2..f59e54f2934a2c459660eada83b11dff925cd573 100644 (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 ($) { #{{{