When WebMarlupMin minifies something like this:
span class="button close" data-icon="" aria-hidden="true"
it comes out with the ampersand encoded like this:
span class="button close" data-icon="" aria-hidden="true"
(opening and closing html tag removed since github filters them out)