mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
fix anomalous indentation
This commit is contained in:
@@ -525,7 +525,7 @@ $('#myModal').on('hidden.bs.modal', function (e) {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
<p>To keep URLs intact, use the <code>data-target</code> attribute instead of <code>href="#"</code>.</p>
|
<p>To keep URLs intact, use the <code>data-target</code> attribute instead of <code>href="#"</code>.</p>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a id="dLabel" role="button" data-toggle="dropdown" data-target="#" href="/page.html">
|
<a id="dLabel" role="button" data-toggle="dropdown" data-target="#" href="/page.html">
|
||||||
|
|||||||
Reference in New Issue
Block a user