Skip to content

Commit

Permalink
reviews/index, tidy code
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Feb 26, 2020
1 parent ef10499 commit 8563af0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions reviews/index.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title>Review comments</title>
<meta name="description" content="Lists open issues in i18n Activity github repositories." />
<script type="text/javascript">
<script>
var f = { }

// AUTHORS should fill in these assignments:
Expand All @@ -31,14 +31,14 @@

f.additionalLinks = ''
</script>
<script type="text/javascript" src="index-data/translations.js"> </script>
<script type="text/javascript" src="https://w3c.github.io/i18n-drafts/javascript/doc-structure/article-dt.js"> </script>
<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!-->
<script type="text/javascript" src="https://w3c.github.io/i18n-drafts/javascript/doc-structure/sitepage.js"> </script>
<script type="text/javascript" src="https://w3c.github.io/i18n-drafts/javascript/articletoc-html5.js"></script>
<script type="text/javascript" src="index-data/label-list.js"></script>
<link rel="stylesheet" href="https://w3c.github.io/i18n-drafts/style/sitepage-2016.css" type="text/css" />
<link rel="stylesheet" href="index-data/local.css" type="text/css" />
<script src="index-data/translations.js"> </script>
<script src="https://w3c.github.io/i18n-drafts/javascript/doc-structure/article-dt.js"> </script>
<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!-->
<script src="https://w3c.github.io/i18n-drafts/javascript/doc-structure/sitepage.js"> </script>
<script src="https://w3c.github.io/i18n-drafts/javascript/articletoc-html5.js"></script>
<script src="index-data/label-list.js"></script>
<link rel="stylesheet" href="https://w3c.github.io/i18n-drafts/style/sitepage-2016.css" />
<link rel="stylesheet" href="index-data/local.css" />
<link rel="copyright" href="#copyright"/>
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script>
Expand Down Expand Up @@ -418,8 +418,8 @@ <h2 class="notoc">Filter results</h2>
<script>window.onload = getAllData()</script>

<footer id="thefooter"></footer>
<script type="text/javascript">document.getElementById('thefooter').innerHTML = g.bottomOfPage</script>
<script type="text/javascript">completePage()</script>
<script>document.getElementById('thefooter').innerHTML = g.bottomOfPage</script>
<script>completePage()</script>

</div>
</body>
Expand Down

0 comments on commit 8563af0

Please sign in to comment.