Skip to content

Commit 0a32dee

Browse files
committed
another another fix
1 parent b9404f4 commit 0a32dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
}
3232
</script>
3333
<div class="radio-list">
34-
<input type="radio" name="mode" id="radio-text-coded" class="radio" checked> ToENCRYPTED
35-
<input type="radio" name="mode" id="radio-coded-text" class="radio"> ToDECRYPTED
34+
<input type="radio" name="mode" id="radio-text-coded" class="radio" checked> To ENCRYPTED
35+
<input type="radio" name="mode" id="radio-coded-text" class="radio"> To DECRYPTED
3636
</div>
3737
<div class="uncode-decode-button">
3838
<input type="button" value="ENCRYPT / DECRYPT" id="du-button">

0 commit comments

Comments
 (0)