X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FInclude.pm;fp=ND%2FInclude.pm;h=d77121fa39e28c091c1328ed2fe1a75bbcc1f759;hb=c0b7d5232b0cde277b1bc11caa806ce48f8abcfe;hp=81b21122f70ce7e446b643ee17baaa65c1b6101b;hpb=b7cdc3406c4e318da99e18827e18d52311a56b06;p=ndwebbie.git 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; }