]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix extra <label> tags 4017/head
authornesl247 <harrison@theheck.me>
Sun, 29 Dec 2013 08:01:57 +0000 (08:01 +0000)
committernesl247 <harrison@theheck.me>
Sun, 29 Dec 2013 08:01:57 +0000 (08:01 +0000)
doc/includes/abide/examples_abide_equalto.html

index 93f0e1cada83bc6e3d5a9c850ccfc41e43ae4d80..3f1bca61add50cd3bc81de2bb6d0a7a85b1340ba 100644 (file)
@@ -2,13 +2,11 @@
 ```html
 <form data-abide>
   <div class="password-field">
-    <label>
     <label>Password <small>required</small></label>
     <input type="password" id="password" required pattern="password">
     <small class="error">Your password must match the requirements</small>
   </div>
   <div class="password-confirmation-field">
-    <label>
     <label>Confirm Password <small>required</small></label>
     <input type="password" required pattern="password" data-equalto="password">
     <small class="error">The password did not match</small>