X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom-plugins.git;a=blobdiff_plain;f=general%2Fautocorrect;h=f80690515bd579fe3273561dd83a5ab33a1c340c;hp=505a580637f2ea435af18dc317ba2da9ce5d11e1;hb=HEAD;hpb=03e69f4317ba6a4b8f0c7dae9813c9d20511b1e9 diff --git a/general/autocorrect b/general/autocorrect index 505a580..f806905 100755 --- a/general/autocorrect +++ b/general/autocorrect @@ -1,7 +1,7 @@ # Blosxom Plugin: autocorrect -*- perl -*- # Author: Todd Larason (jtl@molehill.org) # Version: 0+1i -# Blosxom Home/Docs/Licensing: http://www.raelity.org/blosxom +# Blosxom Home/Docs/Licensing: http://blosxom.sourceforge.net/ # AutoCorrect plugin Home/Docs/Licensing: # http://molelog.molehill.org/blox/Computers/Internet/Web/Blosxom/AutoCorrect/ @@ -9,7 +9,8 @@ package autocorrect; # --- Configuration Variables --- -$debug_level ||= 1; +$debug_level = 0; + # -------------------------------