diff options
| author | Mark Otto <[email protected]> | 2017-08-09 08:24:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-09 08:34:28 -0700 |
| commit | 72ddc091dd6c0c2a8bbc948b277c8a0ac33ff89f (patch) | |
| tree | 30844ae2f8dd51222c94f4d8759bc19984a291c9 /assets/js/src/application.js | |
| parent | cf3bfa04ef616358c9ee04dc228b2390d60e1220 (diff) | |
| download | bootstrap-72ddc091dd6c0c2a8bbc948b277c8a0ac33ff89f.tar.xz bootstrap-72ddc091dd6c0c2a8bbc948b277c8a0ac33ff89f.zip | |
move to div for block level
Diffstat (limited to 'assets/js/src/application.js')
| -rw-r--r-- | assets/js/src/application.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/src/application.js b/assets/js/src/application.js index ea7d812b0..9c236b7c4 100644 --- a/assets/js/src/application.js +++ b/assets/js/src/application.js @@ -100,6 +100,6 @@ icon: '#' } anchors.add('.bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5') - $('.bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5').wrapInner('<span></span>') + $('.bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5').wrapInner('<div></div>') }) }(jQuery)) |
