]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Render.pm
When calling decode_utf8 on known-problimatic content in aggregate, explicitly pass...
[ikiwiki.git] / IkiWiki / Render.pm
index 959279fc8a906508db1d1b8561cd390e5cc62326..eb01a422764b8236a88f8443165e36e753f0b922 100644 (file)
@@ -214,7 +214,7 @@ sub render ($) { #{{{
                        if (link($srcfile, $config{destdir}."/".$file)) {
                                return;
                        }
-                       # if hardlink fails, fall back top copying
+                       # if hardlink fails, fall back to copying
                }
                
                my $srcfd=readfile($srcfile, 1, 1);
@@ -508,8 +508,6 @@ sub refresh () { #{{{
 } #}}}
 
 sub commandline_render () { #{{{
-       loadplugins();
-       checkconfig();
        lockwiki();
        loadindex();
        unlockwiki();