1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

update code example for <select> multiple

This commit is contained in:
Tom Pietschker 2013-07-29 14:15:17 -04:00
parent 2acb0f40c0
commit 13406c240a

View file

@ -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>