View Single Post
Old 12-09-2023, 02:06 AM   #183
slowsmile
Witchman
slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.
 
Posts: 628
Karma: 788808
Join Date: May 2013
Location: Philippines
Device: Android S5
@DNSB . . . This is the before code, in your last example:

Code:
<p>This is a test <span class="italic"> </span>for<span class="italic"> spaces </span>inside a tag.</p>
. . . And when I ran the plugin with no options selected I got this result:

Code:
<p>This is a test for <span class="italic">spaces</span> inside a tag.</p>
And as you can see, the plugin has removed "<span class="italic"> </span>" which is redundant and useless code that tries to style a blank space. And it's removal is correct plugin behaviour.

Last edited by slowsmile; 12-09-2023 at 02:08 AM.
slowsmile is offline   Reply With Quote