Skip to content

Commit

Permalink
Fix invalid HTML tag closure
Browse files Browse the repository at this point in the history
  • Loading branch information
linkfanel committed Apr 6, 2017
1 parent 1c0f55c commit c580450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</head>

<body onload="new Dyatlov('map')">
<div id="map" style="height:100%" />
<div id="map" style="height:100%"></div>
</body>
</html>

0 comments on commit c580450

Please sign in to comment.