From e1e1b400a2a9df7baf2f96fc3555c7c80e0568a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Mur=C3=A9?= <batolettre@gmail.com>
Date: Tue, 1 Apr 2014 23:43:53 +0200
Subject: [PATCH] fix error for the html5 validator

---
 index.html     | 6 +++---
 src/index.html | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/index.html b/index.html
index c364b8c..529d8f7 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,7 @@
 <!doctype html>
 <html>
 <head>
+  <meta charset="utf-8">
 	<!--
 
 	Notice of Copyrights and Licenses:
@@ -48,7 +49,6 @@
 	-->
 
 	<title>WalletGenerator.net</title>
-	<meta charset="utf-8">
 
 	<script type="text/javascript">
 // Array.prototype.map function is in the public domain.
@@ -6127,7 +6127,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
 						<h3>Step 3. Fold the Paper Wallet</h3>
 						<p>
 							Fold your new Paper wallet following the lines.
-              <img src="images/foldinginstructions.png"></img></br>
+              <img src="images/foldinginstructions.png" alt="Fold in half lengthwise, and then in three widthwise." /><br />
               You can insert one side inside the other to lock the wallet.
 						</p>
             
@@ -6148,7 +6148,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
 						</p>
 					</div>
 					<div class="secondHalfSingleSafety">
-						<img class="frontPageImage" src="images/overview.png" />
+						<img class="frontPageImage" src="images/overview.png" alt="Overview image of 4 paper wallet" />
 						<div class="securityChecklist">
 							<b>Security Checklist :</b>
 
diff --git a/src/index.html b/src/index.html
index c0b68af..3ce524b 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,6 +1,7 @@
 <!doctype html>
 <html>
 <head>
+  <meta charset="utf-8">
 	<!--
 
 	Notice of Copyrights and Licenses:
@@ -48,7 +49,6 @@
 	-->
 
 	<title>WalletGenerator.net</title>
-	<meta charset="utf-8">
 
 	<script type="text/javascript">
 //array.map.js
@@ -203,7 +203,7 @@
 						<h3>Step 3. Fold the Paper Wallet</h3>
 						<p>
 							Fold your new Paper wallet following the lines.
-              <img src="images/foldinginstructions.png"></img></br>
+              <img src="images/foldinginstructions.png" alt="Fold in half lengthwise, and then in three widthwise." /><br />
               You can insert one side inside the other to lock the wallet.
 						</p>
             
@@ -224,7 +224,7 @@
 						</p>
 					</div>
 					<div class="secondHalfSingleSafety">
-						<img class="frontPageImage" src="images/overview.png" />
+						<img class="frontPageImage" src="images/overview.png" alt="Overview image of 4 paper wallet" />
 						<div class="securityChecklist">
 							<b>Security Checklist :</b>