Skip to content

normalizeContent breaks classes next to .table #610

@splitbrain

Description

@splitbrain

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions