2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Use wrapping span instead of div (#27695)

This commit is contained in:
Martijn Cuppens
2018-11-20 20:53:10 +01:00
committed by XhmikosR
parent 749c8230c7
commit c628921465
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
.tooltip('_fixTitle')
})
$('.bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5').wrapInner('<div></div>')
$('.bd-content').children('h2, h3, h4, h5').wrapInner('<span class="bd-content-title"></span>')
bsCustomFileInput.init()
})