mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Fix typo
This commit is contained in:
parent
cbca7af3b0
commit
facebdc997
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<h1>QR Code</h1>
|
||||
<div class="content">
|
||||
<form id="form-util-qr" method="post">
|
||||
<h3>Fingeprint</h3>
|
||||
<h3>Fingerprint</h3>
|
||||
<input type="text" name="input" id="input" placeholder="Fingerprint" value="<?=$this->escape($input)?>">
|
||||
<div id="qrcode"></div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue