mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Merge pull request #3750 from kartik-v/patch-6
Fix #3749: Ensure clickable links for Bootstrap Dropdown
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
@ -57,7 +57,6 @@ class Dropdown extends Widget
|
||||
public function run()
|
||||
{
|
||||
echo $this->renderItems($this->items);
|
||||
$this->registerPlugin('dropdown');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user