From 6dfd44dde87682cea5653c2bb6505e727b996c3f Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Fri, 11 Apr 2008 15:59:39 +0000 Subject: [PATCH] * Fix the bug $CreoleAdditionDefList and $CreoleQuote cannot be set by users in config. ( I just forgot to add them in qw. ) --- modules/creoleaddition.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/creoleaddition.pl b/modules/creoleaddition.pl index a164c0a3..a63ebd2d 100644 --- a/modules/creoleaddition.pl +++ b/modules/creoleaddition.pl @@ -10,12 +10,12 @@ # For user doc, see: # http://www.oddmuse.org/cgi-bin/oddmuse/CreoleAddition -$ModulesDescription .= '

$Id: creoleaddition.pl,v 1.11 2008/04/05 17:52:34 weakish Exp $

'; +$ModulesDescription .= '

$Id: creoleaddition.pl,v 1.12 2008/04/11 15:59:39 weakish Exp $

'; # Since these rules are not official now, users can turn off some of # them. -use vars qw($CreoleAdditionSupSub); +use vars qw($CreoleAdditionSupSub $CreoleAdditionDefList $CreoleAdditionQuote ); $CreoleAdditionSupSub = 1; # ^^supscript^^ and ,,subscript,, $CreoleAdditionDefList = 1; # definition lists