aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-29 11:34:13 -0700
committerChris Rebert <[email protected]>2013-07-29 11:34:13 -0700
commitdb051288c5b29472f62ddcec018e325babffc87e (patch)
tree341509430f0b5403fffde15933a36cae94a6e57d
parent9c2ae98a4ea33ec8cec2d687a2b826bd1e295a43 (diff)
parent13406c240a4c5fdf71e8ad7dff8291b7f61915f5 (diff)
downloadbootstrap-db051288c5b29472f62ddcec018e325babffc87e.tar.xz
bootstrap-db051288c5b29472f62ddcec018e325babffc87e.zip
Merge pull request #8791 from acmetech/3.0.0-wip
Update the code example for <select> multiple
-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>