]> git.mxchange.org Git - friendica.git/commitdiff
fixing typos from 2.0 landing
authorMike Macgirvin <mike@macgirvin.com>
Thu, 9 Sep 2010 08:49:03 +0000 (01:49 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Thu, 9 Sep 2010 08:49:03 +0000 (01:49 -0700)
include/html2bbcode.php

index 0236c8374a714bfaa9731247190a72d845001ce4..2ae0df8f688123077eca1b070b2ae749247de254 100644 (file)
@@ -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]',