]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - IkiWiki.pm
* Fix bug in deletion/move during edit code introduced in 1.44. Need to take
[www/ikiwiki.git] / IkiWiki.pm
index 6b74bf08acbcba30d3c1c12c303e42d702ecc5fd..18efaea716a315e07af122f7651b26a7e7addfb6 100644 (file)
@@ -11,7 +11,7 @@ use open qw{:utf8 :std};
 
 use vars qw{%config %links %oldlinks %pagemtime %pagectime %pagecase
             %renderedfiles %oldrenderedfiles %pagesources %destsources
-           %depends %hooks %forcerebuild $gettext_obj};
+            %depends %hooks %forcerebuild $gettext_obj};
 
 use Exporter q{import};
 our @EXPORT = qw(hook debug error template htmlpage add_depends pagespec_match
@@ -96,7 +96,7 @@ sub defaultconfig () { #{{{
        numbacklinks => 10,
        account_creation_password => "",
 } #}}}
-   
+
 sub checkconfig () { #{{{
        # locale stuff; avoid LC_ALL since it overrides everything
        if (defined $ENV{LC_ALL}) {