diff --git a/templates/report.html b/templates/report.html index 2c3ff75..8b65b1a 100644 --- a/templates/report.html +++ b/templates/report.html @@ -147,7 +147,7 @@ {{this.filename}} {{#each this.errors}} {{#if line_number}} -
  • Line {{this.line_number}}: {{this.error_string}}
  • +
  • Line {{this.line_number}}: {{this.error_string}}
  • {{/if}} {{/each}}