Browse Source

Fixed html issue with `<html>` tag not closing after the body

TALFancyBox v2.25
Zach Wise 12 years ago
parent
commit
6af4ee3be2
  1. 2
      examples/example_googlespreadsheet.html
  2. 2
      examples/example_json.html
  3. 2
      examples/example_jsonp.html
  4. 2
      examples/example_storify.html
  5. 2
      source/jade/example_googlespreadsheet.jade
  6. 2
      source/jade/example_json.jade
  7. 2
      source/jade/example_jsonp.jade
  8. 2
      source/jade/example_storify.jade
  9. 3
      source/jade/sections/example-head.jade
  10. 2
      source/jade/tests/test_extra_html.jade
  11. 2
      source/jade/tests/test_googlespreadsheet.jade
  12. 2
      source/jade/tests/test_googlespreadsheet_bc_era_ages_epoch.jade
  13. 2
      source/jade/tests/test_googlespreadsheet_biblical_ad.jade
  14. 2
      source/jade/tests/test_googlespreadsheet_minutes.jade
  15. 2
      source/jade/tests/test_iframe_640.jade
  16. 2
      source/jade/tests/test_jsonp.jade
  17. 2
      source/jade/tests/test_utc_firefox.jade
  18. 2
      tests/test_extra_html.html
  19. 2
      tests/test_googlespreadsheet.html
  20. 2
      tests/test_googlespreadsheet_bc_era_ages_epoch.html
  21. 2
      tests/test_googlespreadsheet_biblical_ad.html
  22. 2
      tests/test_googlespreadsheet_minutes.html
  23. 2
      tests/test_iframe_640.html
  24. 2
      tests/test_jsonp.html
  25. 2
      tests/test_utc_firefox.html

2
examples/example_googlespreadsheet.html

@ -31,7 +31,6 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
</html>
<body>
<!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
@ -45,3 +44,4 @@
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<!-- END Timeline Embed-->
</body>
</html>

2
examples/example_json.html

@ -31,7 +31,6 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
</html>
<body>
<!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
@ -45,3 +44,4 @@
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<!-- END Timeline Embed-->
</body>
</html>

2
examples/example_jsonp.html

@ -31,7 +31,6 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
</html>
<body>
<!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
@ -45,3 +44,4 @@
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<!-- END Timeline Embed-->
</body>
</html>

2
examples/example_storify.html

@ -31,7 +31,6 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
</html>
<body>
<!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
@ -45,3 +44,4 @@
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<!-- END Timeline Embed-->
</body>
</html>

2
source/jade/example_googlespreadsheet.jade

@ -1,3 +1,5 @@
!!! 5
html(lang="en")
include includes/mixins
include sections/example-head
body

2
source/jade/example_json.jade

@ -1,3 +1,5 @@
!!! 5
html(lang="en")
include includes/mixins
include sections/example-head
body

2
source/jade/example_jsonp.jade

@ -1,3 +1,5 @@
!!! 5
html(lang="en")
include includes/mixins
include sections/example-head
body

2
source/jade/example_storify.jade

@ -1,3 +1,5 @@
!!! 5
html(lang="en")
include includes/mixins
include sections/example-head
body

3
source/jade/sections/example-head.jade

@ -1,5 +1,4 @@
!!! 5
html(lang="en")
include ../includes/ascii
head
title Timeline JS Example

2
source/jade/tests/test_extra_html.jade

@ -1,3 +1,5 @@
!!! 5
html(lang="en")
include ../includes/mixins
include ../sections/example-head
body

2
source/jade/tests/test_googlespreadsheet.jade

@ -1,3 +1,5 @@
!!! 5
html(lang="en")
include ../includes/mixins
include ../sections/example-head
body

2
source/jade/tests/test_googlespreadsheet_bc_era_ages_epoch.jade

@ -1,3 +1,5 @@
!!! 5
html(lang="en")
include ../includes/mixins
include ../sections/example-head
body

2
source/jade/tests/test_googlespreadsheet_biblical_ad.jade

@ -1,3 +1,5 @@
!!! 5
html(lang="en")
include ../includes/mixins
include ../sections/example-head
body

2
source/jade/tests/test_googlespreadsheet_minutes.jade

@ -1,3 +1,5 @@
!!! 5
html(lang="en")
include ../includes/mixins
include ../sections/example-head
body

2
source/jade/tests/test_iframe_640.jade

@ -1,3 +1,5 @@
!!! 5
html(lang="en")
include ../includes/mixins
include ../sections/example-head
body

2
source/jade/tests/test_jsonp.jade

@ -1,3 +1,5 @@
!!! 5
html(lang="en")
include ../includes/mixins
include ../sections/example-head
body

2
source/jade/tests/test_utc_firefox.jade

@ -1,3 +1,5 @@
!!! 5
html(lang="en")
include ../includes/mixins
include ../sections/example-head
body

2
tests/test_extra_html.html

@ -31,7 +31,6 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
</html>
<body>
<!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
@ -46,3 +45,4 @@
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<!-- END Timeline Embed-->
</body>
</html>

2
tests/test_googlespreadsheet.html

@ -31,7 +31,6 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
</html>
<body>
<!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
@ -46,3 +45,4 @@
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<!-- END Timeline Embed-->
</body>
</html>

2
tests/test_googlespreadsheet_bc_era_ages_epoch.html

@ -31,7 +31,6 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
</html>
<body>
<!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
@ -46,3 +45,4 @@
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<!-- END Timeline Embed-->
</body>
</html>

2
tests/test_googlespreadsheet_biblical_ad.html

@ -31,7 +31,6 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
</html>
<body>
<!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
@ -46,3 +45,4 @@
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<!-- END Timeline Embed-->
</body>
</html>

2
tests/test_googlespreadsheet_minutes.html

@ -31,7 +31,6 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
</html>
<body>
<!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
@ -46,3 +45,4 @@
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<!-- END Timeline Embed-->
</body>
</html>

2
tests/test_iframe_640.html

@ -31,7 +31,7 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
</html>
<body>
<div style="width:640px;"><iframe src="../compiled/index.html?source=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&font=Bevan-PotanoSans&maptype=toner&debug=true&lang=en&height=650" width='100%' height='650' frameborder='0'></iframe></div>
</body>
</html>

2
tests/test_jsonp.html

@ -31,7 +31,6 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
</html>
<body>
<!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
@ -46,3 +45,4 @@
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<!-- END Timeline Embed-->
</body>
</html>

2
tests/test_utc_firefox.html

@ -31,7 +31,6 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
</html>
<body>
<!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
@ -46,3 +45,4 @@
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<!-- END Timeline Embed-->
</body>
</html>
Loading…
Cancel
Save