Skip to content

Commit

Permalink
link fixes; version set to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed May 19, 2017
1 parent 96e05c6 commit 771b383
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8" />
<title>Unicode code converter</title>
<meta name="description" content="Helps you convert between Unicode character numbers, characters, UTF-8 and UTF-16 code units in hex, percent escapes,and Numeric Character References (hex and decimal)." />
<link rel="stylesheet" href="../../style/docs.css" type="text/css" />
<link rel="stylesheet" href="../shared/style/docs.css" type="text/css" />
<link rel="stylesheet" href="localstyle.css" type="text/css" />
<script src="../../code/boilerplate.js" type="text/javascript"></script>
<script src="../shared/code/boilerplate.js" type="text/javascript"></script>

<script src="conversionfunctions.js" type="text/javascript">//</script>
<script src="entities.js" type="text/javascript">//</script>
Expand Down Expand Up @@ -35,7 +35,7 @@
<body class="app">
<header>
<div id="header-boilerplate"></div>
<script>document.getElementById('header-boilerplate').innerHTML = bp_appHeader('/images/world.gif','Unicode code converter','v8.1');</script>
<script>document.getElementById('header-boilerplate').innerHTML = bp_appHeader('../shared/images/world.gif','Unicode code converter','v8.2');</script>
</header>


Expand Down Expand Up @@ -258,7 +258,7 @@
<aside class="sidebar">
<div class="section">
<h2 class="flush">Related links</h2>
<p><a href="../../uniview/">UniView app</a></p>
<p><a href="../uniview/">UniView app</a></p>
<p><a href="../encodings/">Encoding converter app</a></p>
<p><a href="../listcharacters/">List characters app</a></p>
</div>
Expand Down Expand Up @@ -379,7 +379,7 @@ <h3>UTF-16 code units</h3>


<div class="smallprint"><span id="version">This version <span id="version-info">
<!-- #BeginDate format:IS1m -->2016-07-10 18:26<!-- #EndDate -->
<!-- #BeginDate format:IS1m -->2017-05-19 15:01<!-- #EndDate -->
</span> GMT. &nbsp;&bull;&nbsp; Copyright <a href="mailto:r12a@w3.org">r12a@w3.org</a>. Licence GPL (see source).</span></div>

<script type="text/javascript">
Expand Down

0 comments on commit 771b383

Please sign in to comment.