Commit 4c62eb36 by Crisu83

fixed tabbable pane options (fixes #103)

parent 14a21c86
......@@ -161,7 +161,7 @@ class TbTabbable extends CWidget
$classes = implode(' ', $classes);
if (isset($paneOptions['class']))
$paneOptions['class'] .= $classes;
$paneOptions['class'] .= ' '.$classes;
else
$paneOptions['class'] = $classes;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment