diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php
index 61e48027e..8d5da11cd 100644
--- a/src/Content/Text/BBCode.php
+++ b/src/Content/Text/BBCode.php
@@ -906,7 +906,7 @@ class BBCode extends BaseObject
 					$attributes['avatar'] = ProxyUtils::proxifyUrl($attributes['avatar'], false, ProxyUtils::SIZE_THUMB);
 				}
 
-				return $callback($attributes, $author_contact, $match[3], trim($match[1]) != '');
+				return $match[1] . $callback($attributes, $author_contact, $match[3], trim($match[1]) != '');
 			},
 			$text
 		);