]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix ID of <select> in fieldset[disabled] example 9398/head
authorChris Rebert <code@rebertia.com>
Mon, 12 Aug 2013 23:54:58 +0000 (16:54 -0700)
committerChris Rebert <code@rebertia.com>
Mon, 12 Aug 2013 23:54:58 +0000 (16:54 -0700)
css.html

index fd373c4e5aee12cf448300c23b0117b76becb65b..6eea8daf3b4ceaade1543ba8bac563cc7ef50387 100644 (file)
--- a/css.html
+++ b/css.html
@@ -1699,7 +1699,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
           <input type="text" id="disabledInput" class="form-control" placeholder="Disabled input">
         </div>
         <div class="form-group">
-          <label for="disabledInput">Disabled select menu</label>
+          <label for="disabledSelect">Disabled select menu</label>
           <select id="disabledSelect" class="form-control">
             <option>Disabled select</option>
           </select>
@@ -1720,7 +1720,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
       <input type="text" id="disabledInput" class="form-control" placeholder="Disabled input">
     </div>
     <div class="form-group">
-      <label for="disabledInput">Disabled select menu</label>
+      <label for="disabledSelect">Disabled select menu</label>
       <select id="disabledSelect" class="form-control">
         <option>Disabled select</option>
       </select>