jovanzers / dabr

Automatically exported from code.google.com/p/dabr
0 stars 0 forks source link

Map icon alt attribute misplaced #330

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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>

Original issue reported on code.google.com by pigsotwing on 21 Apr 2012 at 8:41

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r474.

Original comment by terence.eden on 23 Apr 2012 at 10:47