diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-09-15 00:41:50 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-09-15 00:41:50 -0700 |
commit | 4ae90e848a65802bb9c9d83721c262e634657650 (patch) | |
tree | 080b910320ef7aefafacf3fbeb4cb39391feac4d /includes/maps.php | |
parent | cc2e1384904ff984208cf0236a9a5c6e957ba899 (diff) | |
parent | 3d11ea75aaa71cc3e83f1c9121f2ba59369204ef (diff) | |
download | pathery-4ae90e848a65802bb9c9d83721c262e634657650.tar.xz |
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
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 bef6c63..a1bbc95 100644 --- a/includes/maps.php +++ b/includes/maps.php @@ -100,13 +100,13 @@ function DisplayMap($mapMatrix, $idprefix = 1, $style = 'normal', $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'>";
|