Replace spaces with tabs

This commit is contained in:
Tom Payne
2012-07-15 20:43:12 +02:00
parent 377043b20e
commit 00c9c38ab9
+3 -3
View File
@@ -1,6 +1,6 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<style type="text/css"> <style type="text/css">
html, body, #map { html, body, #map {
margin: 0; margin: 0;
@@ -9,11 +9,11 @@
height: 100%; height: 100%;
} }
</style> </style>
</head> </head>
<body> <body>
<div id="map"></div> <div id="map"></div>
<script src="webgl-debug.js" type="text/javascript"></script> <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> <script>
var target = document.getElementById('map'); var target = document.getElementById('map');