]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove newlines in raw HTML.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 30 Jan 2019 10:20:28 +0000 (12:20 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 13 Mar 2019 17:22:59 +0000 (19:22 +0200)
This causes `p` tags which is invalid HTML.

site/content/docs/4.3/components/dropdowns.md

index ef5821006046b7d051de177437f74534514d0181..22fbc562943b70e4e93d6cdcf4f193864ec1c459 100644 (file)
@@ -368,7 +368,6 @@ Trigger dropdown menus above elements by adding `.dropup` to the parent element.
       <a class="dropdown-item" href="#">Separated link</a>
     </div>
   </div>
-
   <div class="btn-group dropup">
     <button type="button" class="btn btn-secondary">
       Split dropup
@@ -428,7 +427,6 @@ Trigger dropdown menus at the right of the elements by adding `.dropright` to th
       <a class="dropdown-item" href="#">Separated link</a>
     </div>
   </div>
-
   <div class="btn-group dropright">
     <button type="button" class="btn btn-secondary">
       Split dropright
@@ -488,7 +486,6 @@ Trigger dropdown menus at the left of the elements by adding `.dropleft` to the
       <a class="dropdown-item" href="#">Separated link</a>
     </div>
   </div>
-
   <div class="btn-group">
     <div class="btn-group dropleft" role="group">
       <button type="button" class="btn btn-secondary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-expanded="false">