Widget\Tab: no underlined space after icon

This commit is contained in:
Thomas Gelf 2014-11-12 11:30:06 +01:00
parent 1cf32dd01d
commit 5851886877
1 changed files with 1 additions and 1 deletions

View File

@ -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);