blob: 15d86159a257def2b27b35035c62f45efdbbee31 [file] [log] [blame]
Before
------
<html>
<head></head>
<body>
<p><span class="uxwrite-selection">one two three</span></p>
</body>
</html>
After
-----
<html>
<head></head>
<body>
<p>one two three</p>
</body>
</html>