mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-09 23:40:58 +00:00
fix anomalous indentation
This commit is contained in:
parent
3a1aa33860
commit
0be0090983
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ $('#myModal').on('hidden.bs.modal', function (e) {
|
|||
</ul>
|
||||
</div>
|
||||
{% 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 %}
|
||||
<div class="dropdown">
|
||||
<a id="dLabel" role="button" data-toggle="dropdown" data-target="#" href="/page.html">
|
||||
|
|
|
|||
Loading…
Reference in a new issue