]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove unneeded trailing whitespace.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 20 Sep 2015 15:57:03 +0000 (18:57 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 20 Sep 2015 16:04:54 +0000 (19:04 +0300)
[ci skip]

docs/_data/translations.yml
docs/examples/navbar/index.html
docs/examples/offcanvas/offcanvas.js

index 1eb552b0a4d65ad41f64a2b73cf70ec5b1dce3be..57bf28f502a6f921c49cd4e5c08128b5a7439f00 100644 (file)
@@ -2,7 +2,7 @@
   code: zh
   description: Bootstrap 中文文档
   url: http://v4.bootcss.com/
-  
+
 - name: Chinese
   code: zh
   description: Bootstrap 4 中文文档教程
index 53269a094fd487dfa934978d444d6c68dcfbe354..b26cb23089edbfd0217f6ca87e82687e414317d3 100644 (file)
@@ -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 -->
 
index d2f37f22c9c5d682a9b2b6781ea74b44840b3017..d14cd68b87d7da438e659694ec7723d8bf24b99e 100644 (file)
@@ -2,4 +2,4 @@ $(document).ready(function () {
   $('[data-toggle="offcanvas"]').click(function () {
     $('.row-offcanvas').toggleClass('active')
   });
-});
\ No newline at end of file
+});