diff --git a/src/Models/Comment.php b/src/Models/Comment.php index 845288e..a169e85 100644 --- a/src/Models/Comment.php +++ b/src/Models/Comment.php @@ -151,7 +151,7 @@ class Comment extends Model foreach ($mentionNames as $name) { $escapedName = e($name); - $styledSpan = '@'.$escapedName.''; + $styledSpan = '@'.$escapedName.''; // Replace rich-editor mention spans (data-type="mention" with @Name as text content) $body = preg_replace(