Commit 34268672 authored by Andreas Cederström's avatar Andreas Cederström
Browse files

Fixing nav-pills code example - closes #2225

parent 74a3c763
2 merge requests!2227Fixing nav-pills code example,!1952Tabulation navigation with Typeahead
Showing with 1 addition and 1 deletion
+1 -1
......@@ -475,7 +475,7 @@ $('#myModal').on('hidden', function () {
</div>
<pre class="prettyprint linenums">
&lt;ul class="nav pills"&gt;
&lt;ul class="nav nav-pills"&gt;
&lt;li class="active"&gt;&lt;a href="#"&gt;Regular link&lt;/a&gt;&lt;/li&gt;
&lt;li class="dropdown" id="menu1"&gt;
&lt;a class="dropdown-toggle" data-toggle="dropdown" href="#menu1"&gt;
......
Supports Markdown
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