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

fix anomalous indentation

parent 3a1aa338
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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">
......
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