diff --git a/js/tests/unit/bootstrap-tooltip.js b/js/tests/unit/bootstrap-tooltip.js index f750fb4c5276..89c1a3d9f526 100644 --- a/js/tests/unit/bootstrap-tooltip.js +++ b/js/tests/unit/bootstrap-tooltip.js @@ -108,7 +108,7 @@ $(function () { var tooltip = $('') .appendTo('#qunit-fixture') .tooltip({ - template: '
', + template: '
' }) .tooltip('show')