fix some html validation error

This commit is contained in:
Michael Muré 2014-05-08 18:48:00 +02:00
parent 5f1391ec29
commit 7bbee83a3e
2 changed files with 4 additions and 10 deletions

View file

@ -6125,7 +6125,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
<div id="rightArea">
<div id="progress-bar" class="fullyRounded">
<div id="progress-bar-percentage" class="fullyRounded" style="width: 1%"><span id="mousemovelimit"> &nbsp; </span></div>
<div id="progress-bar-percentage" class="fullyRounded" style="width: 1%"></div>
</div>
<div id="seedSkipper">
@ -6184,7 +6184,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
</div>
<div class="secondHalfSingleSafety">
<img class="seedFrontPageImage" src="images/overview.png" />
<img class="seedFrontPageImage" alt="Paper wallet from walletgenerator.net" src="images/overview.png" />
</div>
</div>
</div>
@ -6505,14 +6505,12 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
<li>Add a button to skip the seeding. Don't skip if you intend to use the generated wallet !</li>
<li>Fix a display bug for a Bip38 encoded paper wallet.</li>
</ul>
</p>
<p>
04.2014 --
<ul>
<li>Add support for Blackcoin and Primecoin</li>
<li>Add direct access to a currency. Example: <a href="http://walletgenerator.net/?currency=Vertcoin">http://walletgenerator.net/?currency=Vertcoin</a></li>
</ul>
</p>
<p>
04.2014 --
<ul>
@ -6521,7 +6519,6 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
<li>Improved design of the website</li>
<li>Security checklist and more user-friendly explanations</li>
</ul>
</p>
</div>
</div>
</div>

View file

@ -159,7 +159,7 @@
<div id="rightArea">
<div id="progress-bar" class="fullyRounded">
<div id="progress-bar-percentage" class="fullyRounded" style="width: 1%"><span id="mousemovelimit"> &nbsp; </span></div>
<div id="progress-bar-percentage" class="fullyRounded" style="width: 1%"></div>
</div>
<div id="seedSkipper">
@ -218,7 +218,7 @@
</div>
<div class="secondHalfSingleSafety">
<img class="seedFrontPageImage" src="images/overview.png" />
<img class="seedFrontPageImage" alt="Paper wallet from walletgenerator.net" src="images/overview.png" />
</div>
</div>
</div>
@ -539,14 +539,12 @@
<li>Add a button to skip the seeding. Don't skip if you intend to use the generated wallet !</li>
<li>Fix a display bug for a Bip38 encoded paper wallet.</li>
</ul>
</p>
<p>
04.2014 --
<ul>
<li>Add support for Blackcoin and Primecoin</li>
<li>Add direct access to a currency. Example: <a href="http://walletgenerator.net/?currency=Vertcoin">http://walletgenerator.net/?currency=Vertcoin</a></li>
</ul>
</p>
<p>
04.2014 --
<ul>
@ -555,7 +553,6 @@
<li>Improved design of the website</li>
<li>Security checklist and more user-friendly explanations</li>
</ul>
</p>
</div>
</div>
</div>