diff --git a/sorting/ip-address.js b/sorting/ip-address.js index 4022403..8f389de 100644 --- a/sorting/ip-address.js +++ b/sorting/ip-address.js @@ -26,6 +26,7 @@ jQuery.extend( jQuery.fn.dataTableExt.oSort, { return 0 } + a = a.replace(/<[\s\S]*?>/g, ""); m = a.split("."); n = a.split(":"); x = "";