From a133fa37a46fbbb5e57f4e605648dd0c667cb2da Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Sat, 23 Feb 2008 15:51:27 +0000 Subject: [PATCH] modify links --- modules/htmlcomment.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/htmlcomment.pl b/modules/htmlcomment.pl index 5562c712..9d991e60 100644 --- a/modules/htmlcomment.pl +++ b/modules/htmlcomment.pl @@ -8,9 +8,9 @@ # http://www.gnu.org/licenses/gpl-2.0.html # # For user doc, see: -# http://www.oddmuse.org/cgi-bin/oddmuse/HtmlComment +# http://www.oddmuse.org/cgi-bin/oddmuse/Html_Comment_Extension -$ModulesDescription .= '

$Id: htmlcomment.pl,v 1.1 2008/02/21 17:19:56 weakish Exp $

'; +$ModulesDescription .= '

$Id: htmlcomment.pl,v 1.2 2008/02/23 15:51:27 weakish Exp $

'; push(@MyRules, \&HtmlCommentRules);