@@ -12,7 +12,7 @@ export const extra_css = ['navbars-offcanvas.css']
1212 <button class =" navbar-toggler" type =" button" data-bs-toggle =" offcanvas" data-bs-target =" #offcanvasNavbarDark" aria-controls =" offcanvasNavbarDark" aria-label =" Toggle navigation" >
1313 <span class =" navbar-toggler-icon" ></span >
1414 </button >
15- <div class =" offcanvas offcanvas-end text-bg-dark" tabindex =" -1" id =" offcanvasNavbarDark" aria-labelledby = " offcanvasNavbarDarkLabel " >
15+ <div class =" offcanvas offcanvas-end text-bg-dark" tabindex =" -1" id =" offcanvasNavbarDark" >
1616 <div class =" offcanvas-header" >
1717 <h5 class =" offcanvas-title" id =" offcanvasNavbarDarkLabel" >Offcanvas</h5 >
1818 <button type =" button" class =" btn-close btn-close-white" data-bs-dismiss =" offcanvas" aria-label =" Close" ></button >
@@ -54,7 +54,7 @@ export const extra_css = ['navbars-offcanvas.css']
5454 <button class =" navbar-toggler" type =" button" data-bs-toggle =" offcanvas" data-bs-target =" #offcanvasNavbarLight" aria-controls =" offcanvasNavbarLight" aria-label =" Toggle navigation" >
5555 <span class =" navbar-toggler-icon" ></span >
5656 </button >
57- <div class =" offcanvas offcanvas-end" tabindex =" -1" id =" offcanvasNavbarLight" aria-labelledby = " offcanvasNavbarLightLabel " >
57+ <div class =" offcanvas offcanvas-end" tabindex =" -1" id =" offcanvasNavbarLight" >
5858 <div class =" offcanvas-header" >
5959 <h5 class =" offcanvas-title" id =" offcanvasNavbarLightLabel" >Offcanvas</h5 >
6060 <button type =" button" class =" btn-close" data-bs-dismiss =" offcanvas" aria-label =" Close" ></button >
@@ -96,7 +96,7 @@ export const extra_css = ['navbars-offcanvas.css']
9696 <button class =" navbar-toggler" type =" button" data-bs-toggle =" offcanvas" data-bs-target =" #offcanvasNavbar2" aria-controls =" offcanvasNavbar2" aria-label =" Toggle navigation" >
9797 <span class =" navbar-toggler-icon" ></span >
9898 </button >
99- <div class =" offcanvas offcanvas-end text-bg-dark" tabindex =" -1" id =" offcanvasNavbar2" aria-labelledby = " offcanvasNavbar2Label " >
99+ <div class =" offcanvas offcanvas-end text-bg-dark" tabindex =" -1" id =" offcanvasNavbar2" >
100100 <div class =" offcanvas-header" >
101101 <h5 class =" offcanvas-title" id =" offcanvasNavbar2Label" >Offcanvas</h5 >
102102 <button type =" button" class =" btn-close btn-close-white" data-bs-dismiss =" offcanvas" aria-label =" Close" ></button >
0 commit comments