Make input placeholder shorted

This commit is contained in:
Yarmo Mackenbach 2020-06-26 13:10:25 +02:00
parent 04492b9b0a
commit 7155e603f1
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
<input type="text" name="wkd" id="wkd" placeholder="name@domain.com">
<h3>Public Key (3: HKP server)</h3>
<input type="text" name="hkp_server" id="hkp_server" placeholder="https://keys.openpgp.org/">
<input type="text" name="hkp_input" id="hkp_input" placeholder="Email address / key id / fingerprint">
<input type="text" name="hkp_input" id="hkp_input" placeholder="Email / key id / fingerprint">
<h3>Result</h3>
<textarea name="messageEncrypted" id="messageEncrypted" readonly></textarea>
<p id="result"></p>

View file

@ -32,7 +32,7 @@
<input type="text" name="wkd" id="wkd" placeholder="name@domain.com">
<h3>Public Key (3: HKP server)</h3>
<input type="text" name="hkp_server" id="hkp_server" placeholder="https://keys.openpgp.org/">
<input type="text" name="hkp_input" id="hkp_input" placeholder="Email address / key id / fingerprint">
<input type="text" name="hkp_input" id="hkp_input" placeholder="Email / key id / fingerprint">
<h3>Result</h3>
<p id="result">Click on the button below.</p>
<p id="resultContent"></p>