From 7b7a791fccf872700dba2e7578a88447d9c3b427 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 24 Sep 2015 23:36:43 +0200 Subject: [PATCH] monitoring: Use
instead of
in the components/notifications view script refs #5543 --- .../views/scripts/show/components/notifications.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/monitoring/application/views/scripts/show/components/notifications.phtml b/modules/monitoring/application/views/scripts/show/components/notifications.phtml index 61e9c8e5b..3e8c66584 100644 --- a/modules/monitoring/application/views/scripts/show/components/notifications.phtml +++ b/modules/monitoring/application/views/scripts/show/components/notifications.phtml @@ -36,7 +36,7 @@ ); } if (! in_array((int) $object->state, array(0, 99))) { - echo '
'; + echo '
'; } } elseif (in_array((int) $object->state, array(0, 99))) { echo '-'; @@ -53,7 +53,7 @@ $msg = sprintf( $this->translate('%d notifications have been sent for this issue.'), $object->current_notification_number - ) . '
' . sprintf( + ) . '
' . sprintf( $this->translate('The last one was sent %s.'), $this->timeAgo($object->last_notification) );