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);
|
||||
|
||||
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) {
|
||||
$this->url->overwriteParams($this->urlParams);
|
||||
|
|
Loading…
Reference in New Issue