aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMike Francis <[email protected]>2013-07-31 09:26:45 +0100
committerMike Francis <[email protected]>2013-07-31 09:26:45 +0100
commit873f884327db773edf9d1ec361558757c293a81a (patch)
tree6496355032e0cf7d84aeeea2004a77ab87b4e24d /css.html
parent46a424fc938d26a344f5cca1aab6004eaaa4a787 (diff)
downloadbootstrap-873f884327db773edf9d1ec361558757c293a81a.tar.xz
bootstrap-873f884327db773edf9d1ec361558757c293a81a.zip
Added attribute whitespace
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 70ee8c2f0..d17bfcb34 100644
--- 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>