Fix extra value attribute

This commit is contained in:
Yarmo Mackenbach 2020-06-27 14:48:28 +02:00
parent d4c9512a08
commit 28c74ae5d5
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
<h3>Result</h3> <h3>Result</h3>
<p id="result">Click on the button below.</p> <p id="result">Click on the button below.</p>
<p id="resultContent"></p> <p id="resultContent"></p>
<input type="submit" class="bigBtn" name="submit" value="VERIFY PROOFS" value=""> <input type="submit" class="bigBtn" name="submit" value="VERIFY PROOFS">
</form> </form>
</div> </div>

View file

@ -37,7 +37,7 @@
<h3>Result</h3> <h3>Result</h3>
<p id="result">Click on the button below.</p> <p id="result">Click on the button below.</p>
<p id="resultContent"></p> <p id="resultContent"></p>
<input type="submit" class="bigBtn" name="submit" value="VERIFY SIGNATURE" value=""> <input type="submit" class="bigBtn" name="submit" value="VERIFY SIGNATURE">
</form> </form>
</div> </div>