From f0ce686b22d7e28859671ea94f19e5b9df2a19ee Mon Sep 17 00:00:00 2001 From: Gavin Carr Date: Mon, 10 Sep 2007 11:11:33 +0000 Subject: [PATCH] Fix minor typos in google_highlight and kwiki plugins. --- general/google_highlight | 5 +---- general/kwiki | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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; -- 2.30.2