From c0b7d5232b0cde277b1bc11caa806ce48f8abcfe Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Tue, 2 Jan 2007 03:53:10 +0000 Subject: [PATCH] minor change --- ND/Include.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ND/Include.pm b/ND/Include.pm index 81b2112..d77121f 100644 --- a/ND/Include.pm +++ b/ND/Include.pm @@ -64,7 +64,7 @@ sub parseMarkup { my ($text) = @_; $text =~ s{\n}{\n
}g; - $text =~ s{\[B\](.*?)\[/B\]}{$1}; + $text =~ s{\[B\](.*?)\[/B\]}{$1}gi; return $text; } -- 2.39.2