diff options
| author | Jacob Thornton <[email protected]> | 2012-09-24 23:15:36 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-09-24 23:15:36 -0700 |
| commit | 003fcccceb869ac0420d542bac9860f5f32e68a1 (patch) | |
| tree | 794e2ccf4d8e2431cf0696900d1ff63b22cb0b7a /js/bootstrap-tooltip.js | |
| parent | ebf94c53a5497ff6d2aa353027d3a2ac3b67b18a (diff) | |
| download | bootstrap-003fcccceb869ac0420d542bac9860f5f32e68a1.tar.xz bootstrap-003fcccceb869ac0420d542bac9860f5f32e68a1.zip | |
change tooltip/popover html default to false for xss safety net
Diffstat (limited to 'js/bootstrap-tooltip.js')
| -rw-r--r-- | js/bootstrap-tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-tooltip.js b/js/bootstrap-tooltip.js index 78dddbead..565720476 100644 --- a/js/bootstrap-tooltip.js +++ b/js/bootstrap-tooltip.js @@ -269,7 +269,7 @@ , trigger: 'hover' , title: '' , delay: 0 - , html: true + , html: false } }(window.jQuery); |
