Open abrookbanks opened 6 years ago
Can you share the before and after?
I've confirm that problem. For example, bootstrap buttons stick together after html minify.
Or this code text: Reviews: 1, Rating: 5
Becomes to:
Reviews: 1,Rating: 5
I'm trying this today and cannot replicate it. Can you provide sample HTML to play with? Perhaps my setup is different.
Say for example you have pagination such as
[1] 2 3 4 5 >
. With HTML minification turned on this becomes[1]2345>
.