mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Widget\Tab: no underlined space after icon
This commit is contained in:
parent
1cf32dd01d
commit
5851886877
@ -201,7 +201,7 @@ class Tab extends AbstractWidget
|
|||||||
$caption = $view->escape($this->title);
|
$caption = $view->escape($this->title);
|
||||||
|
|
||||||
if ($this->icon !== null) {
|
if ($this->icon !== null) {
|
||||||
$caption = $view->img($this->icon, array('class' => 'icon')) . ' ' . $caption;
|
$caption = $view->img($this->icon, array('class' => 'icon')) . $caption;
|
||||||
}
|
}
|
||||||
if ($this->url !== null) {
|
if ($this->url !== null) {
|
||||||
$this->url->overwriteParams($this->urlParams);
|
$this->url->overwriteParams($this->urlParams);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user