From: Gavin Carr Date: Mon, 10 Sep 2007 11:11:33 +0000 (+0000) Subject: Fix minor typos in google_highlight and kwiki plugins. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom-plugins.git;a=commitdiff_plain;h=f0ce686b22d7e28859671ea94f19e5b9df2a19ee Fix minor typos in google_highlight and kwiki plugins. --- diff --git a/general/google_highlight b/general/google_highlight index de4dc2f..48cf396 100644 --- a/general/google_highlight +++ b/general/google_highlight @@ -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 # 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; diff --git a/general/kwiki b/general/kwiki index 0a58d00..c70a40a 100644 --- a/general/kwiki +++ b/general/kwiki @@ -9,7 +9,7 @@ package kwiki; # -------------------------------- -use 'CGI::Kwiki::Formatter'; +use CGI::Kwiki::Formatter; sub start { return $meta::markup eq 'kwiki' ? 1 : 0;