mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
parent
9db477777a
commit
a360235f81
@ -22,7 +22,7 @@ if (! empty($links)) {
|
|||||||
'forward',
|
'forward',
|
||||||
$this->translate('Link opens in new window'),
|
$this->translate('Link opens in new window'),
|
||||||
array('aria-label' => $this->translate('Link opens in new window'))
|
array('aria-label' => $this->translate('Link opens in new window'))
|
||||||
) . $this->escape($link),
|
) . ' ' . $this->escape($link),
|
||||||
array(
|
array(
|
||||||
'url' => $link,
|
'url' => $link,
|
||||||
'target' => '_blank',
|
'target' => '_blank',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user