giterlizzi / dokuwiki-template-bootstrap3

Bootstrap-based template for DokuWiki
https://dokuwiki.org/template:bootstrap3
GNU General Public License v2.0
220 stars 77 forks source link

normalizeContent breaks classes next to .table #610

Open splitbrain opened 3 months ago

splitbrain commented 3 months ago

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:

<div class="table other class">

Expected behavior:

<div class="table-responsive other class">

Actual behavior:

<div class="table-responsive">

Versions