]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added attribute whitespace 8885/head
authorMike Francis <mikeffrancis@gmail.com>
Wed, 31 Jul 2013 08:26:45 +0000 (09:26 +0100)
committerMike Francis <mikeffrancis@gmail.com>
Wed, 31 Jul 2013 08:26:45 +0000 (09:26 +0100)
css.html

index 70ee8c2f09a9956ec8dc1056061d4a8c6214dfee..d17bfcb34f977a6c77a8efd104c10f2238b44ac7 100644 (file)
--- a/css.html
+++ b/css.html
@@ -1592,7 +1592,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
     </form>
 {% highlight html %}
 <input class="form-control input-large" type="text" placeholder=".input-large">
-<input class="form-control"type="text" placeholder="Default input">
+<input class="form-control" type="text" placeholder="Default input">
 <input class="form-control input-small" type="text" placeholder=".input-small">
 
 <select class="form-control input-large">...</select>