diff options
author | raylu <raylu@mixpanel.com> | 2011-09-14 23:20:48 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-09-14 23:20:48 -0700 |
commit | efb3150053c7cb62dec98fc7c4ea1531d3c0acfc (patch) | |
tree | 13b281d7c561f07e351f6a37d6c72d296e75cb04 /includes/maps.php | |
parent | 5332f68b60f6c37850468ab3922936d0a12d9daf (diff) | |
download | pathery-efb3150053c7cb62dec98fc7c4ea1531d3c0acfc.tar.xz |
fix some validation issues; get rid of div around like button
Diffstat (limited to 'includes/maps.php')
-rw-r--r-- | includes/maps.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/includes/maps.php b/includes/maps.php index c01af22..4ef6907 100644 --- a/includes/maps.php +++ b/includes/maps.php @@ -91,13 +91,13 @@ function DisplayMap($mapMatrix, $idprefix = 1, $example = false, $speed = NULL) //This works in chrome, not sure about others.
$preloaddiv .= "
<div style='visibility:hidden;display:none'>
- <img src='images/Path1.png' />
- <img src='images/Path2.png' />
- <img src='images/Path3.png' />
- <img src='images/Path4.png' />
- <img src='images/OverlayTileFaceted50.png' />
- <img src='images/OverlayTileFaceted30.png' />
- <img src='images/OverlayTileFaceted10.png' />
+ <img src='images/Path1.png' alt=''>
+ <img src='images/Path2.png' alt=''>
+ <img src='images/Path3.png' alt=''>
+ <img src='images/Path4.png' alt=''>
+ <img src='images/OverlayTileFaceted50.png' alt=''>
+ <img src='images/OverlayTileFaceted30.png' alt=''>
+ <img src='images/OverlayTileFaceted10.png' alt=''>
</div>";
$mapdatadiv .= "<div id='$idprefix,mapdata' style='visibility:hidden;display:none'>";
|