dokuwiki-plugin-bootswrapper
dokuwiki-plugin-bootswrapper copied to clipboard
Accordion 'collapsed' attribute not working
Hi,
<accordion collpased="true"> is not working as expected to start accordion in all-collapsed status.
There seems to be a duplication of $pos in line 45 of Accordion.php.
It seems to work after changing list($state, $match, $pos, $pos, $attributes) = $data; to list($state, $match, $pos, $attributes) = $data;.