diff --git a/Tabs.php b/Tabs.php index 78ac278..0f8d6c9 100644 --- a/Tabs.php +++ b/Tabs.php @@ -123,8 +123,8 @@ class Tabs extends Widget */ public function run() { - echo $this->renderItems(); $this->registerPlugin('tab'); + return $this->renderItems(); } /**