diff --git a/e107_plugins/banner/e_shortcode.php b/e107_plugins/banner/e_shortcode.php
index d45e26b09..2404ac371 100644
--- a/e107_plugins/banner/e_shortcode.php
+++ b/e107_plugins/banner/e_shortcode.php
@@ -72,7 +72,7 @@ class banner_shortcodes
$src = ($row['banner_image'][0] == '{') ? $tp->replaceConstants($row['banner_image'],'full') : e_IMAGE_ABS.'banners/'.$row['banner_image'];
- $ban_ret = "
";
+ $ban_ret = "
";
break;
}
return "".$ban_ret.'';