Skip to content

Commit

Permalink
fix: remove stray div tag from HTML report
Browse files Browse the repository at this point in the history
Remove stray end tag div

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
grasbergerm and bcoe committed Dec 23, 2021
1 parent 8db3206 commit 68d9c74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/istanbul-reports/lib/html/index.js
Expand Up @@ -103,7 +103,6 @@ function footerTemplate(details) {
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
at ${html.escape(details.datetime)}
</div>
</div>
<script src="${html.escape(details.prettify.js)}"></script>
<script>
window.onload = function () {
Expand Down

0 comments on commit 68d9c74

Please sign in to comment.