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:
committed by
XhmikosR
parent
749c8230c7
commit
c628921465
@@ -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()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user