Skip to content

Commit

Permalink
3e4da8555e44794043a511bdb42cf3db3283b022 Dev: Tweak html removal regex
Browse files Browse the repository at this point in the history
Sync to source repo @3e4da8555e44794043a511bdb42cf3db3283b022
  • Loading branch information
dtbuild committed Apr 10, 2024
1 parent 1a70d08 commit a2af5d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
],
"src-repo": "http://github.com/DataTables/DataTablesSrc",
"last-tag": "2.0.3",
"last-sync": "e8cc578efcada1b0210acc11e5449e29eaad4d32"
"last-sync": "3e4da8555e44794043a511bdb42cf3db3283b022"
}
2 changes: 1 addition & 1 deletion js/dataTables.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dataTables.min.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dataTables.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ var _api_registerPlural; // DataTable.Api.registerPlural

var _re_dic = {};
var _re_new_lines = /[\r\n\u2028]/g;
var _re_html = /<[^>]*?>/g;
var _re_html = /<[^>]*>/g;

// This is not strict ISO8601 - Date.parse() is quite lax, although
// implementations differ between browsers.
Expand Down

0 comments on commit a2af5d4

Please sign in to comment.