Skip to content

Commit

Permalink
Add html doctype.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Apr 7, 2011
1 parent 6820f14 commit b756f5a
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/bing/map.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../lib/jquery/jquery.min.js"></script> <script type="text/javascript" src="../../lib/jquery/jquery.min.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/bounds/bounds.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/breakout/breakout.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/canvas/cell.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/canvas/mandelbrot.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/cloudmade/midnight-commander.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/cloudmade/pale-dawn.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/cluster/cluster.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/features/features.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/grid/grid.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/grid/tiles.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/hilbert/hilbert.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/invert/invert.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/kml/kml.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>KML</title> <title>KML</title>
Expand Down
1 change: 1 addition & 0 deletions examples/loupe/loupe.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/marker/marker.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/nasa/blue-marble.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/overlay/overlay.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/population/population.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Population Density</title> <title>Population Density</title>
Expand Down
1 change: 1 addition & 0 deletions examples/shadow/shadow.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/small/small.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/small/static.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/statehood/statehood.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>U.S. Statehood by Date</title> <title>U.S. Statehood by Date</title>
Expand Down
1 change: 1 addition & 0 deletions examples/streets/streets.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>San Francisco Street Pavement</title> <title>San Francisco Street Pavement</title>
Expand Down
1 change: 1 addition & 0 deletions examples/tilestache/flickr.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/transform/transform-inverse.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/transform/transform.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/transition/transition.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<script type="text/javascript" src="../../polymaps.js"></script> <script type="text/javascript" src="../../polymaps.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/unemployment/unemployment.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Unemployment</title> <title>Unemployment</title>
Expand Down
1 change: 1 addition & 0 deletions examples/world/world.html
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Internet Users</title> <title>Internet Users</title>
Expand Down

0 comments on commit b756f5a

Please sign in to comment.