From 417d6f4393762959c1a2c0c76e65702639aa0bba Mon Sep 17 00:00:00 2001 From: tariqibrahim Date: Sun, 22 Oct 2017 14:22:28 -0700 Subject: [PATCH] Fixing issue #214 where the line number errors generated have incorrect href links. --- templates/report.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}