mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2025-01-08 14:39:28 -07:00
Fix extra value attribute
This commit is contained in:
parent
d4c9512a08
commit
28c74ae5d5
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
<h3>Result</h3>
|
||||
<p id="result">Click on the button below.</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>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<h3>Result</h3>
|
||||
<p id="result">Click on the button below.</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>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue