From a5034746450711054ad63c6dbdc5b717454ba000 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 20 Sep 2015 18:57:03 +0300 Subject: [PATCH] Remove unneeded trailing whitespace. [ci skip] --- docs/_data/translations.yml | 2 +- docs/examples/navbar/index.html | 2 +- docs/examples/offcanvas/offcanvas.js | 2 +- 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 @@ + 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 +});