Commit 0be00909 authored by Chris Rebert's avatar Chris Rebert

fix anomalous indentation

parent 3a1aa338
...@@ -525,7 +525,7 @@ $('#myModal').on('hidden.bs.modal', function (e) { ...@@ -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">
......
Markdown is supported
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