From 7d3ce0c96a3d5fbcebf36c4f9e48bcc40ab7377b Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Tue, 27 Jul 2021 17:24:47 +0100
Subject: [PATCH] Remove broken HTML attribute.

---
 assets/templates/reset.html  | 2 +-
 assets/templates/verify.html | 2 +-
 set_version.sh               | 2 +-
 src/version.rs               | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/assets/templates/reset.html b/assets/templates/reset.html
index d59713e..de515b8 100644
--- a/assets/templates/reset.html
+++ b/assets/templates/reset.html
@@ -11,7 +11,7 @@
 	
 </head>
 <body style="margin: 0; padding: 0;">
-	<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
+	<table border="0" cellpadding="0" cellspacing="0" width="100%">
 		<tr>
 			<td style="padding: 20px 0 30px 0;">
 				
diff --git a/assets/templates/verify.html b/assets/templates/verify.html
index 8eee0ca..8557df6 100644
--- a/assets/templates/verify.html
+++ b/assets/templates/verify.html
@@ -11,7 +11,7 @@
 	
 </head>
 <body style="margin: 0; padding: 0;">
-	<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
+	<table border="0" cellpadding="0" cellspacing="0" width="100%">
 		<tr>
 			<td style="padding: 20px 0 30px 0;">
 				
diff --git a/set_version.sh b/set_version.sh
index 8caf671..f27347e 100755
--- a/set_version.sh
+++ b/set_version.sh
@@ -1,3 +1,3 @@
 #!/bin/bash
-export version=0.5.1-alpha.15
+export version=0.5.1-alpha.16
 echo "pub const VERSION: &str = \"${version}\";" > src/version.rs
diff --git a/src/version.rs b/src/version.rs
index 0bb0386..4de1a81 100644
--- a/src/version.rs
+++ b/src/version.rs
@@ -1 +1 @@
-pub const VERSION: &str = "0.5.1-alpha.15";
+pub const VERSION: &str = "0.5.1-alpha.16";
-- 
GitLab