dokuwiki-plugin-bootswrapper icon indicating copy to clipboard operation
dokuwiki-plugin-bootswrapper copied to clipboard

Accordion 'collapsed' attribute not working

Open idssound opened this issue 4 years ago • 0 comments

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;.

idssound avatar Nov 30 '20 00:11 idssound