nununo
Member
Posted 8 months ago #
Hi,
Suddenly (I don't know what changed) all the code blocks on my posts started appearing in a long single line. After some investigation I realized that Minify was causing this.
I understand that it removes carriage returns. But shouldn't it be smart enough to keep them inside PRE /PRE tags?
For now I leave it disabled.
Thanks in advance.
Regards,
Nuno
http://wordpress.org/extend/plugins/wp-minify/
Similar problem here. Not a single long line for each PRE, but all *blank* lines are gone. If I have a PRE with this inside:
Line 1
Line 2
Line 3
With this plugin activated, it becomes:
Line 1
Line 2
Line 3
No blank line before Line 3. I've tried to just disable de HTML minification, but the problem persisted. Only disabling the plugin my PREs returned to normal behavior.