Skip to content

_fnGetDataTablesData not replacing html properly #97

Description

@TuningGuide

Hi,
if you aggree
please change line 1814 from
sLoopData = sLoopData.replace( /<.?>/g, "" );
to
sLoopData = sLoopData.replace( /<[\s\S]
?>/g, "" );
in order to match any sign also line breaks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions