aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorTom Pietschker <[email protected]>2013-07-29 14:15:17 -0400
committerTom Pietschker <[email protected]>2013-07-29 14:15:17 -0400
commit13406c240a4c5fdf71e8ad7dff8291b7f61915f5 (patch)
tree39eab26620425fe8fbc90e9c0bed8141958b72e4 /css.html
parent2acb0f40c058f6893e5bcf63b9cbdc3c9faeed4c (diff)
downloadbootstrap-13406c240a4c5fdf71e8ad7dff8291b7f61915f5.tar.xz
bootstrap-13406c240a4c5fdf71e8ad7dff8291b7f61915f5.zip
update code example for <select> multiple
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 82a194275..8018c4ff5 100644
--- a/css.html
+++ b/css.html
@@ -1452,7 +1452,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<option>5</option>
</select>
-<select multiple="multiple" class="form-control">
+<select multiple class="form-control">
<option>1</option>
<option>2</option>
<option>3</option>