From 146e74d1fe6747c790da0d7335f5d6d83cb4572e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=B3na=20Lore?= Date: Wed, 16 Dec 2015 15:28:05 +0100 Subject: [PATCH] Removed fixed width and height from imgage tag. --- e107_handlers/e_parse_class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;