WyriHaximus/HtmlCompress

Allow one space

cedvan opened this issue · 2 comments

Hi,

it would be must to be able :

<ul> <ul>     =>     </ul> </ul>   # Keep because one space
<ul>  <ul>    =>     </ul></ul>   # Compress because more one space

Thank you for job ;)

Hey sorry for the late reply, been busy with https://github.com/reactphp/http/releases/tag/v0.8.0 the past few months. I'll be adding an edge case test for this later today/tomorrow ensuring this works as intended. Thank you for reporting, I'll keep you posted 👍

This has been resolved for some time now so closing this issue