diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php
index 4ce2f1b4a..feeb51044 100644
--- a/e107_handlers/e_parse_class.php
+++ b/e107_handlers/e_parse_class.php
@@ -3177,8 +3177,8 @@ class e_parser
$title = (ADMIN) ? $image : $tp->toAttribute($userData['user_name']);
$shape = (vartrue($options['shape'])) ? "img-".$options['shape'] : "img-rounded";
-
- $text = "
";
+
+ $text = "
";
// return $img;
return $text;