From: Chris Rebert Date: Sun, 19 Jan 2014 01:13:16 +0000 (-0800) Subject: fix anomalous indentation X-Git-Tag: v3.1.0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0be0090983d3582f1a1876f42218b62cd6f7120e;p=thirdparty%2Fbootstrap.git fix anomalous indentation --- 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 %}