diff --git a/Tabs.body.php b/Tabs.body.php index 16d12b4..1c30aa9 100644 --- a/Tabs.body.php +++ b/Tabs.body.php @@ -398,7 +398,7 @@ class Tabs { '.tabs-dropdown li,'. '.tabs-dropdown ul,'. '.tabs-dropdown ol {'. - 'background-color: '.wfMessage('tabs-dropdown-bgcolor'). + 'background-color: '.wfMessage('tabs-dropdown-bgcolor')->text(). '}'; return "<style type=\"text/css\" id=\"tabs-dynamic-styles\">/*<![CDATA[*/\n/* Dynamically generated tabs styles */\n$css\n/*]]>*/</style>"; }
Found this was interfering with math tags on my page, and dug it down to this. I am not familiar with innards, but this fixed it for me.
~~~~