]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use input type `password` for the password field in the CSS documentation. 8572/head
authorMohnish Thallavajhula <i@mohni.sh>
Tue, 23 Jul 2013 18:50:01 +0000 (11:50 -0700)
committerMohnish Thallavajhula <i@mohni.sh>
Tue, 23 Jul 2013 18:50:01 +0000 (11:50 -0700)
css.html

index 8bdf5809aadea131cde3a8a3b9fde666eab22ceb..06b4f53451ca4a96e5b72798c071279755a57100 100644 (file)
--- a/css.html
+++ b/css.html
@@ -1169,7 +1169,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
         <label for="exampleInputEmail">Email address</label>
         <input type="text" id="exampleInputEmail" placeholder="Enter email">
         <label for="exampleInputPassword">Password</label>
-        <input type="text" id="exampleInputPassword" placeholder="Password">
+        <input type="password" id="exampleInputPassword" placeholder="Password">
         <label for="exampleInputFile">File input</label>
         <input type="file" id="exampleInputFile">
         <p class="help-block">Example block-level help text here.</p>