]> ruin.nu Git - ndwebbie.git/commitdiff
minor change
authorMichael Andreen <harv@ruin.nu>
Tue, 2 Jan 2007 03:53:10 +0000 (03:53 +0000)
committerMichael Andreen <harv@ruin.nu>
Tue, 2 Jan 2007 03:53:10 +0000 (03:53 +0000)
ND/Include.pm

index 81b21122f70ce7e446b643ee17baaa65c1b6101b..d77121fa39e28c091c1328ed2fe1a75bbcc1f759 100644 (file)
@@ -64,7 +64,7 @@ sub parseMarkup {
        my ($text) = @_;
 
        $text =~ s{\n}{\n<br/>}g;
-       $text =~ s{\[B\](.*?)\[/B\]}{<b>$1</b>};
+       $text =~ s{\[B\](.*?)\[/B\]}{<b>$1</b>}gi;
        return $text;
 }