From 2d4ea43a872e43808fbbe71e5d3a0ddc984287d8 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 25 Sep 2015 11:41:51 +0200 Subject: [PATCH] monitoring/CSS: Rename pre.pluginoutput to pre.plugin-output refs #5543 --- modules/monitoring/application/views/helpers/PluginOutput.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/helpers/PluginOutput.php b/modules/monitoring/application/views/helpers/PluginOutput.php index 4b401a7952..dec3ca5049 100644 --- a/modules/monitoring/application/views/helpers/PluginOutput.php +++ b/modules/monitoring/application/views/helpers/PluginOutput.php @@ -49,7 +49,7 @@ public function pluginOutput($output, $raw = false) ); } if (! $raw) { - $output = '
' . $output . '
'; + $output = '
' . $output . '
'; } $output = $this->fixLinks($output); return $output;