Open splitbrain opened 3 months ago
The handling for .table -> .table-responsive drops all other classes:
https://github.com/giterlizzi/dokuwiki-template-bootstrap3/blob/c113bae67f3b9e6686644bc64b0bd44e657e60ac/Template.php#L1550
Original HTML:
<div class="table other class">
Expected behavior:
<div class="table-responsive other class">
Actual behavior:
<div class="table-responsive">
Description
The handling for .table -> .table-responsive drops all other classes:
https://github.com/giterlizzi/dokuwiki-template-bootstrap3/blob/c113bae67f3b9e6686644bc64b0bd44e657e60ac/Template.php#L1550
Steps to reproduce
Original HTML:
Expected behavior:
Actual behavior:
Versions