.. but i did have a bug in the HTML where the last quote (but the >
was there) was missing in this a href:
<a href="/horseboxes-for-sale/detail/1793/3.5-ton/2007-vauxhall-movano-long-stall-new-build-stalled-for-2-rear-facing/">
<span itemprop="currency" content="GBP">£</span>
<span itemprop="price" content='17450'>17450
</span>
<meta itemprop="condition" content="used"/>
</a>
that caused pagespeed's HTML parser to go a bit.... skewiffy,
resulting in it not only inserting the a href as a <a href="xxxxxx" />
and leaving in what the browsers determined tto be a faulty </a> later
on, but it then messed up the following tag...
ahhh i know what happened: it obviously thought that the *next* quote
- which happened to be on that span - was a *closing* quote.... so
added a space after it!
whoops that's bad. pagespeed shouldn't really be messing with the
HTML like that. i mean it's good that it did, so that the bug in the
page content was found (very indirectly) but it doesn't strike me as
being sensible to make subtle modifications like that.
yeeeees i knooow, i have comment-stripping etc. etc. all switched on... :)
l.