Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-09-25 10:15:36 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-09-25 10:15:36 +0400
commit003fcccceb869ac0420d542bac9860f5f32e68a1 (patch)
tree794e2ccf4d8e2431cf0696900d1ff63b22cb0b7a /js/bootstrap-tooltip.js
parentebf94c53a5497ff6d2aa353027d3a2ac3b67b18a (diff)
change tooltip/popover html default to false for xss safety net
Diffstat (limited to 'js/bootstrap-tooltip.js')
-rw-r--r--js/bootstrap-tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-tooltip.js b/js/bootstrap-tooltip.js
index 78dddbeade..5657204762 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);