Browse Source

fixes #237 docs issue with field label

pull/258/head
jlukic 11 years ago
parent
commit
212c1283d7
1 changed files with 1 additions and 2 deletions
  1. 3
      node/src/documents/collections/message.html.eco

3
node/src/documents/collections/message.html.eco

@ -148,9 +148,8 @@ type : 'UI Collection'
<div class="inline field">
<div class="ui checkbox">
<input type="checkbox" id="terms" />
<label for="terms"></label>
<label for="terms">I agree to the terms and conditions</label>
</div>
<label>I agree to the terms and conditions</label>
</div>
<div class="ui blue submit button">Submit</div>
</form>

Loading…
Cancel
Save