Commit db051288 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #8791 from acmetech/3.0.0-wip

Update the code example for <select> multiple
parents 9c2ae98a 13406c24
...@@ -1452,7 +1452,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1452,7 +1452,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<option>5</option> <option>5</option>
</select> </select>
<select multiple="multiple" class="form-control"> <select multiple class="form-control">
<option>1</option> <option>1</option>
<option>2</option> <option>2</option>
<option>3</option> <option>3</option>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment