diff --git a/Tabber.hooks.php b/Tabber.hooks.php index 092dff4..6abcd5e 100644 --- a/Tabber.hooks.php +++ b/Tabber.hooks.php @@ -39,6 +39,7 @@ class TabberHooks { $key = md5($input); $arr = explode("|-|", $input); + $htmlTabs = ''; foreach ($arr as $tab) { $htmlTabs .= self::buildTab($tab, $parser); }