From a360235f8153df3fa9369db76e1d8bf5146eafa8 Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Thu, 1 Oct 2015 17:51:42 +0200 Subject: [PATCH] Use the same amount of whitespaces for all link types refs #5543 --- .../application/views/scripts/show/components/notes.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/show/components/notes.phtml b/modules/monitoring/application/views/scripts/show/components/notes.phtml index 716eda9e5..25c1d8ecb 100644 --- a/modules/monitoring/application/views/scripts/show/components/notes.phtml +++ b/modules/monitoring/application/views/scripts/show/components/notes.phtml @@ -22,7 +22,7 @@ if (! empty($links)) { 'forward', $this->translate('Link opens in new window'), array('aria-label' => $this->translate('Link opens in new window')) - ) . $this->escape($link), + ) . ' ' . $this->escape($link), array( 'url' => $link, 'target' => '_blank',