Skip to content

Commit

Permalink
feat: updated h1 tag to div
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuang612 committed Nov 10, 2020
1 parent b03d9af commit 2c7ea84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reporters/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exports = module.exports = HTML;
/**
* Stats template.
*/
var statsBar = '<h1 id="progress-bar"></h1>';
var statsBar = '<div id="progress-bar"></div>';
var statsTemplate =
'<ul id="mocha-stats">' +
'<li class="progress"><canvas width="40" height="40"></canvas></li>' +
Expand Down

0 comments on commit 2c7ea84

Please sign in to comment.