From 62bde010955f41aef12fa31ff21341cd874daabd Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 14 Apr 2016 08:12:03 -0700 Subject: [PATCH] Issue #1512 - News Grid --- e107_plugins/news/e_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= "";