diff options
| author | Tom Pietschker <[email protected]> | 2013-07-29 14:15:17 -0400 |
|---|---|---|
| committer | Tom Pietschker <[email protected]> | 2013-07-29 14:15:17 -0400 |
| commit | 13406c240a4c5fdf71e8ad7dff8291b7f61915f5 (patch) | |
| tree | 39eab26620425fe8fbc90e9c0bed8141958b72e4 | |
| parent | 2acb0f40c058f6893e5bcf63b9cbdc3c9faeed4c (diff) | |
| download | bootstrap-13406c240a4c5fdf71e8ad7dff8291b7f61915f5.tar.xz bootstrap-13406c240a4c5fdf71e8ad7dff8291b7f61915f5.zip | |
update code example for <select> multiple
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1452,7 +1452,7 @@ For example, <code><section></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> |
