From 1f4c970cb387dee26d4125c12c51d355e33823d3 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 26 Jul 2019 17:13:28 +0200 Subject: [PATCH] Fix title attributes in the comment header --- .../views/scripts/partials/comment/comment-detail.phtml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml b/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml index 4b769d44a..9b037a333 100644 --- a/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml +++ b/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml @@ -10,7 +10,6 @@ 'host' => $comment->host_name, 'service' => $comment->service_description ], - null, [ 'title' => sprintf( $this->translate('Show detailed information for service %s on host %s'), @@ -22,11 +21,8 @@ ), $this->qlink( $comment->host_display_name, - $this->href( - 'monitoring/host/show', - ['host' => $comment->host_name] - ), - null, + 'monitoring/host/show', + ['host' => $comment->host_name], [ 'title' => sprintf( $this->translate('Show detailed information for host %s'),