diff options
| author | XhmikosR <[email protected]> | 2015-09-20 18:57:03 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-09-20 19:04:54 +0300 |
| commit | a5034746450711054ad63c6dbdc5b717454ba000 (patch) | |
| tree | 886dc7b06e5ba9290506917618417385b759277a /docs/examples | |
| parent | 64cdb791dfa2f04bd50062b76fcf25345c073a36 (diff) | |
| download | bootstrap-a5034746450711054ad63c6dbdc5b717454ba000.tar.xz bootstrap-a5034746450711054ad63c6dbdc5b717454ba000.zip | |
Remove unneeded trailing whitespace.
[ci skip]
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/navbar/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/offcanvas/offcanvas.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index 53269a094..b26cb2308 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -44,7 +44,7 @@ <form class="form-inline navbar-form pull-right"> <input class="form-control" type="text" placeholder="Search"> <button class="btn btn-success-outline" type="submit">Search</button> - </form> + </form> </div> </nav> <!-- /navbar --> diff --git a/docs/examples/offcanvas/offcanvas.js b/docs/examples/offcanvas/offcanvas.js index d2f37f22c..d14cd68b8 100644 --- a/docs/examples/offcanvas/offcanvas.js +++ b/docs/examples/offcanvas/offcanvas.js @@ -2,4 +2,4 @@ $(document).ready(function () { $('[data-toggle="offcanvas"]').click(function () { $('.row-offcanvas').toggleClass('active') }); -});
\ No newline at end of file +}); |
