Export to GitHub

dabr - issue #330

Map icon alt attribute misplaced


Posted on Apr 21, 2012 by Grumpy Lion

Current markup:

<a href="http://maps.google.co.uk/m?q=51.513003,-0.113175&quot; 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&quot; target="_blank"><img src="images/map.png" alt="MAP"></a>

Comment #1

Posted on Apr 23, 2012 by Happy Kangaroo

This issue was closed by revision r474.

Status: Fixed

Labels:
Type-Bug Priority-Medium