From 43a7ed357a1e1df58b633a98fc065b53c9347476 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 25 Feb 2016 11:34:23 +0100 Subject: [PATCH] Fix whitespaces in event-history overview-plugin-output now has white-space: pre-wrap --- .../views/scripts/partials/event-history.phtml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/modules/monitoring/application/views/scripts/partials/event-history.phtml b/modules/monitoring/application/views/scripts/partials/event-history.phtml index 7a0cee293..33e34ec8a 100644 --- a/modules/monitoring/application/views/scripts/partials/event-history.phtml +++ b/modules/monitoring/application/views/scripts/partials/event-history.phtml @@ -143,14 +143,11 @@ $history->limit($limit * $page); ) ?> -

- icon($icon, null, $iconCssClass ? array('class' => $iconCssClass) : array()); - } ?> - nl2br($this->createTicketLinks($this->escapeComment($msg))) - // TODO(ak): this allows only a[href] in messages, but plugin output allows more - ?> -

+

icon($icon, null, $iconCssClass ? array('class' => $iconCssClass) : array()); + } ?>nl2br($this->createTicketLinks($this->escapeComment($msg))) + // TODO(ak): this allows only a[href] in messages, but plugin output allows more + ?>