Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-09-20 18:57:03 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-09-20 19:04:54 +0300
commita5034746450711054ad63c6dbdc5b717454ba000 (patch)
tree886dc7b06e5ba9290506917618417385b759277a
parent64cdb791dfa2f04bd50062b76fcf25345c073a36 (diff)
Remove unneeded trailing whitespace.
[ci skip]
-rw-r--r--docs/_data/translations.yml2
-rw-r--r--docs/examples/navbar/index.html2
-rw-r--r--docs/examples/offcanvas/offcanvas.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml
index 1eb552b0a4..57bf28f502 100644
--- a/docs/_data/translations.yml
+++ b/docs/_data/translations.yml
@@ -2,7 +2,7 @@
code: zh
description: Bootstrap 中文文档
url: http://v4.bootcss.com/
-
+
- name: Chinese
code: zh
description: Bootstrap 4 中文文档教程
diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html
index 53269a094f..b26cb23089 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 d2f37f22c9..d14cd68b87 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
+});