diff --git a/e107_plugins/news/e_menu.php b/e107_plugins/news/e_menu.php
index 2d62d746d..e03fc5151 100644
--- a/e107_plugins/news/e_menu.php
+++ b/e107_plugins/news/e_menu.php
@@ -106,7 +106,7 @@ class news_menu_form extends e_form
foreach($arr as $k=>$v)
{
- $text .= "
".$this->radio('layout', $k, ($curVal == $k), array('label'=>$k)." | ".str_replace('{STYLE}',"class='alert alert-info' style='margin-bottom:0;text-align:center' ",$v)." |
";
+ $text .= "".$this->radio('layout', $k, ($curVal == $k), array('label'=>$k))." | ".str_replace('{STYLE}',"class='alert alert-info' style='margin-bottom:0;text-align:center' ",$v)." |
";
}
$text .= "";