Skip to content

Commit

Permalink
missed nbsp
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 2, 2022
1 parent 4c6e83c commit 14b2d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compat/browsers-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for (var key in tests) {
var td = document.createElement('td');
var dataExists = !!data[key];
var mod = dataExists && data[key][engines[i]];
td.innerHTML = dataExists ? mod || 'no' : 'no data';
td.innerHTML = dataExists ? mod || 'no' : 'no data';
td.className = (dataExists ? !!mod : 'nodata') + ' data';
tr.appendChild(td);
}
Expand Down

0 comments on commit 14b2d5e

Please sign in to comment.