Merge pull request #3750 from kartik-v/patch-6

Fix #3749: Ensure clickable links for Bootstrap Dropdown
This commit is contained in:
Alexander Makarov
2014-06-09 14:27:54 +04:00
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Yii Framework 2 bootstrap extension Change Log
--------------------------
- Bug #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit)
- Bug #3749: Fixed invalid plugin registration and ensure clickable links in dropdown (kartik-v)
- Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue)

View File

@ -57,7 +57,6 @@ class Dropdown extends Widget
public function run()
{
echo $this->renderItems($this->items);
$this->registerPlugin('dropdown');
}
/**