Replace spaces with tabs
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user