markhughes / HTMLMinify-Smarty

A simple Smarty filter to minify HTML
GNU General Public License v3.0
11 stars 6 forks source link

Too much whitespace is stripped #2

Open abrookbanks opened 6 years ago

abrookbanks commented 6 years ago

Say for example you have pagination such as [1] 2 3 4 5 >. With HTML minification turned on this becomes [1]2345>.

screen shot 2018-04-27 at 11 02 20

markhughes commented 6 years ago

Can you share the before and after?

vamcart commented 5 years ago

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

markhughes commented 2 weeks ago

I'm trying this today and cannot replicate it. Can you provide sample HTML to play with? Perhaps my setup is different.