X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FContent%2FText%2FBBCode.php;h=a38d2de7856ec39f7c24c38c36d7a5af6c92eee2;hb=7e6ba0b4d271735bbf7474fb75a7cf43b787b678;hp=930b94ac465bae41b947cf4933df15d3e6c113d3;hpb=0f9099dec62edafa61248e07a16ffc85499e17d6;p=friendica.git diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index 930b94ac46..a38d2de785 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -1568,7 +1568,7 @@ class BBCode function ($matches) use ($simple_html, $uriid) { $matches[1] = self::proxyUrl($matches[1], $simple_html, $uriid); $alt = htmlspecialchars($matches[2], ENT_COMPAT); - // Fix for Markdown problems wirh Diaspora, see issue #12701 + // Fix for Markdown problems with Diaspora, see issue #12701 if (($simple_html != self::DIASPORA) || strpos($matches[2], '"') === false) { return '' . $alt . ''; } else {