Update decrypt.html

This commit is contained in:
skdatmonster 2013-06-13 05:24:07 +00:00
parent bc44d595cb
commit 12673e300b

View File

@ -125,12 +125,12 @@ document.addEventListener('DOMContentLoaded', function(event) {
<textarea id="textin" name="textin" rows="10" cols="40" placeholder="Paste the text of your exported XML here (starts with <?xml version=...)"></textarea>
</td>
<td style="vertical-align: middle;">
<button id="button">Decrypt &rarr;</button>
<button id="button" type="button">Decrypt &rarr;</button>
</td>
<td>
<label for="textout">Output (decrypted)</label>
<br />
<textarea id="textout" name="textout" rows=10" cols="40" placeholder="Decrypted text will appear here"></textarea>
<textarea id="textout" name="textout" rows="10" cols="40" placeholder="Decrypted text will appear here"></textarea>
</td>
</tr></table></form>
<div id="output">