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

Loading…
Cancel
Save