diff options
author | Martin Peres <martin.peres@linux.intel.com> | 2015-08-31 19:54:37 +0300 |
---|---|---|
committer | Martin Peres <martin.peres@linux.intel.com> | 2015-08-31 19:58:14 +0300 |
commit | f21fe657c028d7d9adcbb408594952e36e203778 (patch) | |
tree | a1e2d29727b427e3d622a0fa2b01d69f2afaf6c4 /stats | |
parent | 9b84e67054a010f54c75dd528d551e9d8bd2d516 (diff) |
stats/gen_report: fix the anchor of the reports
Diffstat (limited to 'stats')
-rwxr-xr-x | stats/gen_report.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stats/gen_report.py b/stats/gen_report.py index 83a429c..f916bf8 100755 --- a/stats/gen_report.py +++ b/stats/gen_report.py @@ -263,7 +263,7 @@ html_template=""" break %> % if result.value != None: - <h4 id="commit_${commit.sha1}_bench_${benchmark.full_name}}">${benchmark.full_name} (commit <a href="#commit_${commit.sha1}">${commit.full_name}</a>)</h4> + <h4 id="commit_${commit.sha1}_bench_${benchmark.full_name}">${benchmark.full_name} (commit <a href="#commit_${commit.sha1}">${commit.full_name}</a>)</h4> <p><a href="${result.data_raw_file}">Original data</a></p> |