Skip to content

Commit 37a3180

Browse files
committed
tidy
1 parent 7517027 commit 37a3180

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

‎index.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<title>Type samples index</title>
66
<meta name="description" content="Lists open issues in i18n Activity github repositories." />
7-
<script type="text/javascript">
7+
<script>
88
var f = { }
99

1010
// AUTHORS should fill in these assignments:
@@ -31,14 +31,14 @@
3131

3232
f.additionalLinks = ''
3333
</script>
34-
<script type="text/javascript" src="index-data/translations.js"> </script>
35-
<script type="text/javascript" src="https://w3c.github.io/i18n-drafts/javascript/doc-structure/article-dt.js"> </script>
36-
<script type="text/javascript" src="https://w3c.github.io/i18n-drafts/javascript/boilerplate-text/boilerplate-en.js"></script><!--TRANSLATORS must change -en to the subtag for their language!-->
37-
<script type="text/javascript" src="https://w3c.github.io/i18n-drafts/javascript/doc-structure/sitepage.js"> </script>
38-
<script type="text/javascript" src="https://w3c.github.io/i18n-drafts/javascript/articletoc-html5.js"></script>
39-
<!--script type="text/javascript" src="index-data/label-list.js"></script-->
40-
<link rel="stylesheet" href="https://w3c.github.io/i18n-drafts/style/sitepage-2016.css" type="text/css" />
41-
<link rel="stylesheet" href="index-data/local.css" type="text/css" />
34+
<script src="index-data/translations.js"> </script>
35+
<script src="https://w3c.github.io/i18n-drafts/javascript/doc-structure/article-dt.js"> </script>
36+
<script src="https://w3c.github.io/i18n-drafts/javascript/boilerplate-text/boilerplate-en.js"></script><!--TRANSLATORS must change -en to the subtag for their language!-->
37+
<script src="https://w3c.github.io/i18n-drafts/javascript/doc-structure/sitepage.js"> </script>
38+
<script src="https://w3c.github.io/i18n-drafts/javascript/articletoc-html5.js"></script>
39+
<!--script src="index-data/label-list.js"></script-->
40+
<link rel="stylesheet" href="https://w3c.github.io/i18n-drafts/style/sitepage-2016.css" />
41+
<link rel="stylesheet" href="index-data/local.css" />
4242
<link rel="copyright" href="#copyright"/>
4343
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
4444
<style>
@@ -75,7 +75,7 @@
7575
<script>document.getElementById('mainNavigation').innerHTML = mainNavigation</script>
7676
</header>
7777
<div class="content">
78-
<h1> Type samples</h1>
78+
<h1>Type samples</h1>
7979
<section id="sidebarExtras">
8080
<form onChange="displayRepo(getFilter())">
8181
<h2 class="notoc">Select a feature</h2>
@@ -310,8 +310,8 @@ <h2 class="notoc">Filter by medium</h2>
310310
</script>
311311

312312
<footer id="thefooter"></footer>
313-
<script type="text/javascript">document.getElementById('thefooter').innerHTML = g.bottomOfPage</script>
314-
<script type="text/javascript">completePage()</script>
313+
<script>document.getElementById('thefooter').innerHTML = g.bottomOfPage</script>
314+
<script>completePage()</script>
315315

316316
</div>
317317
</body>

0 commit comments

Comments
 (0)