Dominik Schilling (ocean90)
Member
Posted 2 years ago #
Hi,
I have in my blog some code snippets in
tags and I use the plugin wp-syntax.
Now I have activate minify HTML pages and the code snippets didn't have line breaks anymore.
Yes I checked line break removal. Is there any solution for that, so that line break removal can checked furthermore?
Example: http://ocean90.wphelper.de/2478/
Thx.
http://wordpress.org/extend/plugins/w3-total-cache/
Dominik Schilling (ocean90)
Member
Posted 2 years ago #
Upps, after in should be < pre >.
Dominik Schilling (ocean90)
Member
Posted 2 years ago #
The minify library doesn't handle the
<pre> tag at all, it leaves it as is. Try with your wp-syntax plugin disabled and see if the problem is really W3TC and if it is let's have a look at that case so we can fix the minify library 's bug.
Dominik Schilling (ocean90)
Member
Posted 2 years ago #
Hi,
I disabled the plugin, same probleme, I use some other plugins, same problem.
So it should looks like: http://img5.imagebanana.com/view/ytcitmzt/Unbenannt.JPG
After enable line break removal it looks like this: http://img5.imagebanana.com/view/drgyhcjd/Unbenannt2.JPG
Live you can see it here.
Thanks.
Dominik Schilling (ocean90)
Member
Posted 2 years ago #
Did you look it up?
Would be happy to see my code snippet correctly again. ;)
For now you can disable HTML minify, a fix for the minify library will be applied in the next release.
Dominik Schilling (ocean90)
Member
Posted 2 years ago #
Thx for the update, now it's perfect!!