blob: ee604fed402a7dfba1fc60297f7147ec1ffc808d [file] [log] [blame]
Before
------
<html>
<head></head>
<body>
<p>
one
<span class="uxwrite-autocorrect" original="twox">two</span>
three
</p>
</body>
</html>
After
-----
<html>
<head></head>
<body>
<p>
one
two
three
</p>
</body>
</html>