]> ruin.nu Git - ndwebbie.git/blobdiff - ND/Include.pm
minor change
[ndwebbie.git] / 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;
 }