diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php
index 11e7840b0a..8a029fe534 100644
--- a/src/Content/Text/BBCode.php
+++ b/src/Content/Text/BBCode.php
@@ -1553,7 +1553,7 @@ class BBCode extends BaseObject
function ($matches) use ($simple_html) {
$matches[1] = self::proxyUrl($matches[1], $simple_html);
$matches[2] = htmlspecialchars($matches[2], ENT_COMPAT);
- return '';
+ return '';
},
$text);