diff options
| author | Chris Rebert <[email protected]> | 2014-01-18 17:13:16 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-18 17:13:16 -0800 |
| commit | 0be0090983d3582f1a1876f42218b62cd6f7120e (patch) | |
| tree | 7893eeb4a518c663e18d3d2285ef5214a406daf8 /docs/javascript.html | |
| parent | 3a1aa33860e444d2beac8c05e13de965f5d05a94 (diff) | |
| download | bootstrap-0be0090983d3582f1a1876f42218b62cd6f7120e.tar.xz bootstrap-0be0090983d3582f1a1876f42218b62cd6f7120e.zip | |
fix anomalous indentation
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 2d8c0e7c6..516c1afbc 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -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"> |
