js-xss icon indicating copy to clipboard operation
js-xss copied to clipboard

Self-closing tags doesnt make "isClosing" as true

Open mixalbl4-127 opened this issue 3 years ago • 0 comments

code: some<hr/>test give result on "onTag" callback:

image

in my case it helps to me:

const selfClosing = new RegExp("\\/\\s*>$", "mg").test(html);

mixalbl4-127 avatar Mar 20 '21 11:03 mixalbl4-127