From 0be0090983d3582f1a1876f42218b62cd6f7120e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 18 Jan 2014 17:13:16 -0800 Subject: [PATCH] fix anomalous indentation --- docs/javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/javascript.html b/docs/javascript.html index 2d8c0e7c61..516c1afbce 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -525,7 +525,7 @@ $('#myModal').on('hidden.bs.modal', function (e) { {% endhighlight %} -

To keep URLs intact, use the data-target attribute instead of href="#".

+

To keep URLs intact, use the data-target attribute instead of href="#".

{% highlight html %}