Use the same amount of whitespaces for all link types

refs #5543
This commit is contained in:
Matthias Jentsch 2015-10-01 17:51:42 +02:00
parent 9db477777a
commit a360235f81

View File

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