From b85c2f5162c3bfeec5a927e9c917776fb331f86a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 24 Sep 2019 10:36:52 +0300 Subject: [PATCH] Add missing trailing slashes. (#29432) --- docs/3.3/examples/sticky-footer-navbar/index.html | 2 +- docs/3.3/examples/sticky-footer/index.html | 2 +- docs/4.0/content/images/index.html | 2 +- docs/4.0/examples/sticky-footer-navbar/index.html | 2 +- docs/4.0/examples/sticky-footer/index.html | 2 +- docs/4.1/content/images/index.html | 2 +- docs/4.1/examples/sticky-footer-navbar/index.html | 2 +- docs/4.1/examples/sticky-footer/index.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/3.3/examples/sticky-footer-navbar/index.html b/docs/3.3/examples/sticky-footer-navbar/index.html index bafb583e4a..bdd110d4f4 100644 --- a/docs/3.3/examples/sticky-footer-navbar/index.html +++ b/docs/3.3/examples/sticky-footer-navbar/index.html @@ -74,7 +74,7 @@

Sticky footer with fixed navbar

Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with padding-top: 60px; on the body > .container.

-

Back to the default sticky footer minus the navbar.

+

Back to the default sticky footer minus the navbar.