Archived
1
0

Merge pull request #44 from chen-chan/patch-2

typo: lable -> label
This commit is contained in:
Jeff 2016-01-17 18:43:14 -05:00
commit 0be5982d39

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>