diff options
| author | Chris Rebert <[email protected]> | 2013-08-12 16:48:00 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-12 17:43:38 -0700 |
| commit | 10356f9d67e6d5a1f3440e58c81e054f078501d7 (patch) | |
| tree | 55b1aec149fbe631849096a9ae2c2ca84b2efc4f /components.html | |
| parent | 81ab8ffae0a89e38c105753fc865882e6345b232 (diff) | |
| download | bootstrap-10356f9d67e6d5a1f3440e58c81e054f078501d7.tar.xz bootstrap-10356f9d67e6d5a1f3440e58c81e054f078501d7.zip | |
rm unnecessary blank id attribute
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index 9bfd43982..1631751d9 100644 --- a/components.html +++ b/components.html @@ -1124,7 +1124,7 @@ base_url: "../" <nav class="navbar" role="navigation"> <form class="navbar-form pull-left" role="form"> - <select name="" id="" class="form-control" style="width: 200px;"> + <select name="" class="form-control" style="width: 200px;"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> |
