Commit 14a21c86 by Crisu83

added normalization for navbar brand url (fixes #104)

parent 51452e37
......@@ -68,7 +68,7 @@ class TbNavbar extends CWidget
if (!isset($this->brandUrl))
$this->brandUrl = Yii::app()->homeUrl;
$this->brandOptions['href'] = $this->brandUrl;
$this->brandOptions['href'] = CHtml::normalizeUrl($this->brandUrl);
if (isset($this->brandOptions['class']))
$this->brandOptions['class'] .= ' brand';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment