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',