diff options
author | Pacien TRAN-GIRARD | 2014-02-22 19:05:41 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-02-22 19:05:41 +0100 |
commit | 7bee37143052ea557f0dbd1523fac6cf2cd67529 (patch) | |
tree | 50f0a5c22112b3557689c5f2af4d57d4f01fe6cd /website/index.html | |
parent | 5c59fbd245dc02fdc78b0875883245908133803b (diff) | |
download | esieequest-7bee37143052ea557f0dbd1523fac6cf2cd67529.tar.gz |
Adjust compatibility warnings
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/index.html b/website/index.html index 740ad6a..f9e2317 100644 --- a/website/index.html +++ b/website/index.html | |||
@@ -156,7 +156,7 @@ | |||
156 | 156 | ||
157 | <div id="map" class="overbox fullscreen"> | 157 | <div id="map" class="overbox fullscreen"> |
158 | <iframe id="map-frame" src="map.svg"> | 158 | <iframe id="map-frame" src="map.svg"> |
159 | Your browser does not support iframes.<br>Click <a href="map.svg" target="_blank">here</a> to open the map in a new window. | 159 | <p>Your browser does not support iframes.<br>Click <a href="map.svg" target="_blank">here</a> to open the map in a new window.</p> |
160 | </iframe> | 160 | </iframe> |
161 | </div> | 161 | </div> |
162 | 162 | ||