Archived
1
0

typo: lable -> label

This commit is contained in:
chen-chan 2016-01-15 21:12:56 +01:00
parent 59173f055e
commit c7975c67ef

View File

@ -42,11 +42,11 @@
<div> <div>
<div> nntp login </div> <div> nntp login </div>
<div> <div>
<label for="nntpchan_nntp_username">username:</lable> <label for="nntpchan_nntp_username">username:</label>
<input id="nntpchan_nntp_username" /> <input id="nntpchan_nntp_username" />
</div> </div>
<div> <div>
<label for="nntpchan_nntp_passwd">password:</lable> <label for="nntpchan_nntp_passwd">password:</label>
<input type="password" id="nntpchan_nntp_passwd" /> <input type="password" id="nntpchan_nntp_passwd" />
</div> </div>
<div> <div>