Having a headline above a tabbox causes it to display no content, as it cannot even open the appropriate tab.
The following error is thrown out whenever a tab is pressed:
Uncaught Error: Syntax error, unrecognized expression: #tab_tab</u>[sectionName]
For some reason, it changes the __ to <\u> when it sees a headline above it. The only way I've found to fix this is first containing the headline in a wrap container, which makes the tabbox work as intended.
Having a headline above a tabbox causes it to display no content, as it cannot even open the appropriate tab.
The following error is thrown out whenever a tab is pressed:
Uncaught Error: Syntax error, unrecognized expression: #tab_tab</u>[sectionName]
For some reason, it changes the __ to <\u> when it sees a headline above it. The only way I've found to fix this is first containing the headline in a wrap container, which makes the tabbox work as intended.