summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2015-08-31 19:54:37 +0300
committerMartin Peres <martin.peres@linux.intel.com>2015-08-31 19:58:14 +0300
commitf21fe657c028d7d9adcbb408594952e36e203778 (patch)
treea1e2d29727b427e3d622a0fa2b01d69f2afaf6c4
parent9b84e67054a010f54c75dd528d551e9d8bd2d516 (diff)
stats/gen_report: fix the anchor of the reports
-rwxr-xr-xstats/gen_report.py2
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>