2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

rm unnecessary blank id attribute

This commit is contained in:
Chris Rebert
2013-08-12 16:48:00 -07:00
parent 81ab8ffae0
commit 10356f9d67
+1 -1
View File
@@ -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>