cosmocode / dokuwiki-plugin-tabbox

Create tabbed boxes in DokuWiki
5 stars 2 forks source link

Tabboxes displaying no content when below headline #17

Open bazettfraga opened 2 years ago

bazettfraga commented 2 years ago

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.