Skip to content

fix(preview): make regexp non-greedy

nickstiffler requested to merge htmldiff-bug into master

Regular expression that removes the <del> tag was using greedy syntax and would remove important text.

Merge request reports