Posted on Apr 21, 2012 by
Grumpy Lion
Current markup:
<a href="http://maps.google.co.uk/m?q=51.513003,-0.113175" alt="MAP" target="_blank"><img src="images/map.png"></a>
Correct markup (moved alt attribute):
<a href="http://maps.google.co.uk/m?q=51.513003,-0.113175" target="_blank"><img src="images/map.png" alt="MAP"></a>
Comment #1
Posted on Apr 23, 2012 by Happy KangarooThis issue was closed by revision r474.
Status: Fixed
Labels:
Type-Bug
Priority-Medium