Fix minor typos in google_highlight and kwiki plugins.
authorGavin Carr <gonzai@users.sourceforge.net>
Mon, 10 Sep 2007 11:11:33 +0000 (11:11 +0000)
committerGavin Carr <gonzai@users.sourceforge.net>
Mon, 10 Sep 2007 11:11:33 +0000 (11:11 +0000)
general/google_highlight
general/kwiki

index de4dc2f194da23bddbbc55e8ca4bd522b5985dd2..48cf3964d199df635899db3bcb162959772188fd 100644 (file)
@@ -1,11 +1,8 @@
 # Blosxom Plugin: google_highlight
-
-Blosxom Home/Docs/Licensing: http://blosxom.sourceforge.net/
-
-Blosxom Plugin Docs: http://blosxom.sourceforge.net/documentation/users/plugins.html
 # Author(s): Rael Dornfest <rael@oreilly.com> 
 # Version: 2003-09-09
 # Documentation: See the bottom of this file or type: perldoc google_highlight
+# Blosxom Home/Docs/Licensing: http://blosxom.sourceforge.net/
 
 package google_highlight;
 
index 0a58d00f946f643bf6df40276f3734a72421262a..c70a40a011a49395c8630dc59e0a6620baa0ae55 100644 (file)
@@ -9,7 +9,7 @@ package kwiki;
 
 # --------------------------------
 
-use 'CGI::Kwiki::Formatter';
+use CGI::Kwiki::Formatter;
 
 sub start {
   return $meta::markup eq 'kwiki' ? 1 : 0;