Fix detection of attribute href matching strictly with `href`
The modified regex (Thanks to @jamessan) forces to recognize that before href there is a space in contrast with the previous regex which matches for example with something-weird-href="" which is not ok. It closes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904578
Edited by Agustin Henze