Replace spaces with tabs

This commit is contained in:
Tom Payne
2012-07-15 20:43:12 +02:00
parent 377043b20e
commit 00c9c38ab9

View File

@@ -1,6 +1,6 @@
<!doctype html>
<html>
<head>
<head>
<style type="text/css">
html, body, #map {
margin: 0;
@@ -9,11 +9,11 @@
height: 100%;
}
</style>
</head>
</head>
<body>
<div id="map"></div>
<script src="webgl-debug.js" type="text/javascript"></script>
<script src="http://localhost:9810/compile?id=ol&mode=RAW" type="text/javascript"></script>
<script src="http://localhost:9810/compile?id=ol&mode=RAW" type="text/javascript"></script>
<script>
var target = document.getElementById('map');