Browse Source

Fix misplaced closing html tag

ssl
jywsn 10 years ago
parent
commit
481023a230
  1. 2
      source/embed/index.html

2
source/embed/index.html

@ -33,7 +33,6 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
</html>
<body>
<!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
@ -54,3 +53,4 @@
<!-- endbuild -->
<!-- END Timeline Embed-->
</body>
</html>

Loading…
Cancel
Save