From: Michael Andreen Date: Tue, 2 Jan 2007 03:53:10 +0000 (+0000) Subject: minor change X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=c0b7d5232b0cde277b1bc11caa806ce48f8abcfe;hp=b7cdc3406c4e318da99e18827e18d52311a56b06;p=ndwebbie.git minor change --- 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; }