]> ruin.nu Git - ndwebbie.git/blobdiff - include.pl
offset as bind value instead
[ndwebbie.git] / include.pl
index 0f85f92b8d20bd3da2ae2ef276993b8417e84177..9cb4f7d55c0dc0f6928c8dd3170d9f79be01cd29 100644 (file)
@@ -48,7 +48,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>};
        return $text;
 }