From: Mike Macgirvin Date: Thu, 9 Sep 2010 08:49:03 +0000 (-0700) Subject: fixing typos from 2.0 landing X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bc9e175ced0c7a0b4f51456c9ab3ffb8bf89dd4d;p=friendica.git fixing typos from 2.0 landing --- diff --git a/include/html2bbcode.php b/include/html2bbcode.php index 0236c8374a..2ae0df8f68 100644 --- a/include/html2bbcode.php +++ b/include/html2bbcode.php @@ -35,7 +35,7 @@ $bbtags = array( '\n', '[b]$1[/b]', '[url=$1]$3[/url]', - '[code]$1[/code], + '[code]$1[/code]', '[color="$1"]$2[/color]', '[color="$1"]$2[/color]', '[quote]$1[/quote]',