Browse Source

Merge pull request #79 from niekoost/patch-1

Minor typo repaired
tags/2.0.5
Carsten Brandt 9 years ago
parent
commit
5ae12770c6
  1. 2
      NavBar.php

2
NavBar.php

@ -56,7 +56,7 @@ class NavBar extends Widget
*/ */
public $containerOptions = []; public $containerOptions = [];
/** /**
* @var string|boolean the text of the brand of false if it's not used. Note that this is not HTML-encoded. * @var string|boolean the text of the brand or false if it's not used. Note that this is not HTML-encoded.
* @see http://getbootstrap.com/components/#navbar * @see http://getbootstrap.com/components/#navbar
*/ */
public $brandLabel = false; public $brandLabel = false;

Loading…
Cancel
Save