From 05f14a4f97f7832372baef17adcf0e6a2026a9f5 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 16:39:03 +0200 Subject: [PATCH] monitoring: Don't use inline styles in comment-description refs #5543 --- .../views/scripts/partials/comment/comment-description.phtml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml b/modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml index b2ad29eadb..cfd4421f35 100644 --- a/modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml +++ b/modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml @@ -21,7 +21,4 @@ switch ($comment->type) { $tooltip = $this->translate('Comment was caused by an acknowledgement'); break; } -?> - - icon($icon, $tooltip); ?> - +echo $this->icon($icon, $tooltip, array('class' => 'big-icon'));