Description
The handling for .table -> .table-responsive drops all other classes:
|
$elm->class = 'table-responsive'; |
Steps to reproduce
Original HTML:
<div class="table other class">
Expected behavior:
<div class="table-responsive other class">
Actual behavior:
<div class="table-responsive">
Versions
- Bootstrap3 Template: 2024-02-06
- DokuWiki: master