diff --git a/js/tests/unit/tab.js b/js/tests/unit/tab.js
index 8f80a00c84ba..6962703dd2db 100644
--- a/js/tests/unit/tab.js
+++ b/js/tests/unit/tab.js
@@ -78,7 +78,7 @@ $(function () {
QUnit.test('should activate element by tab id (.nav-pills)', function (assert) {
assert.expect(2)
- var pillsHTML = '
' +
+ var pillsHTML = ''
@@ -94,9 +94,9 @@ $(function () {
QUnit.test('should activate element by tab id in ordered list', function (assert) {
assert.expect(2)
- var pillsHTML = '' +
+ var pillsHTML = '' +
'' +
- '' +
+ '' +
'
'
$('
').appendTo('#qunit-fixture')
@@ -112,7 +112,7 @@ $(function () {
assert.expect(2)
var tabsHTML = ''
$('').appendTo('#qunit-fixture')
@@ -226,7 +226,7 @@ $(function () {
var tabsHTML = '' +
'- Home
' +
- '- Profile
' +
+ '- Profile
' +
'
'
$(tabsHTML)
@@ -341,7 +341,7 @@ $(function () {
QUnit.test('should support li > .dropdown-item', function (assert) {
assert.expect(2)
var tabsHTML = [
- '',
+ '',
' - Home
',
' - Profile
',
' - ',
@@ -510,7 +510,7 @@ $(function () {
var html = [
'
',
' - ',
- ' Home',
+ ' Home',
'
',
' - ',
' Profile',
diff --git a/js/tests/visual/tab.html b/js/tests/visual/tab.html
index 882ea641a88d..dc71e4c13ba7 100644
--- a/js/tests/visual/tab.html
+++ b/js/tests/visual/tab.html
@@ -194,9 +194,9 @@
Tabs with list-group (with fade)
Home
- Profile
- Messages
- Settings
+ Profile
+ Messages
+ Settings