X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=include.pl;h=9cb4f7d55c0dc0f6928c8dd3170d9f79be01cd29;hb=a7cec3a4152ab42e16d6b530f25f960909c72eca;hp=0f85f92b8d20bd3da2ae2ef276993b8417e84177;hpb=6a365a7f7bfedc7b7d45991445bda2eb7d44d39b;p=ndwebbie.git diff --git a/include.pl b/include.pl index 0f85f92..9cb4f7d 100644 --- a/include.pl +++ b/include.pl @@ -48,7 +48,7 @@ sub parseMarkup { my ($text) = @_; $text =~ s{\n}{\n
}g; - $text =~ s{\[B\](.*?)\[B\]}{$1}; + $text =~ s{\[B\](.*?)\[/B\]}{$1}; return $text; }