Single space character removed from HTML5 code by minification
-
I updated from WP Minify to the current Version of WP Minify Fix. However, there seems to be a difference in the minification output.
Sample code of a WordPress post:
{blockquote}This is a quote.
{footer}Motto of {cite}Company Name{/cite}{/footer}{/blockquote}
Minification result:
{blockquote}{p}This is a quote.{/p}
{footer}Motto of{cite}Company Name{/cite}{/footer}{/blockquote}The space after “of” and before the opening
cite
tag gets removed.Any ideas on how to fix this are welcome!
(I do not want to enter the numbered HTML entity for the space character as it gets removed when switching to WordPress’ visual post editor.)
Thank you in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Single space character removed from HTML5 code by minification’ is closed to new replies.