From 96d34064463ae2dd1e3356f231d491ae730ffea1 Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Thu, 17 Jul 2014 17:46:28 +0200 Subject: [PATCH] Prefer style="clear: both;" rather than Bootstrap's class="clearfix" --- .../monitoring/application/controllers/MonitoringCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/controllers/MonitoringCommands.php b/modules/monitoring/application/controllers/MonitoringCommands.php index 0a94c17b2..faa04114e 100644 --- a/modules/monitoring/application/controllers/MonitoringCommands.php +++ b/modules/monitoring/application/controllers/MonitoringCommands.php @@ -64,7 +64,7 @@ class Zend_View_Helper_MonitoringCommands extends Zend_View_Helper_Abstract $out .= ''; - $out .= '
'; + $out .= '
'; if ($type === Meta::TYPE_FULL) { return '
'. $out. '
';