|
|
@@ -883,7 +883,7 @@ class HTMLReportCreator(ReportCreator):
|
|
883
|
883
|
f.write(html_header(2, 'Day of Week'))
|
|
884
|
884
|
day_of_week = data.getActivityByDayOfWeek()
|
|
885
|
885
|
f.write('<div class="vtable"><table>')
|
|
886
|
|
- f.write('<tr><th>Day</th><th>Total (%)</th></tr>')cat
|
|
|
886
|
+ f.write('<tr><th>Day</th><th>Total (%)</th></tr>')
|
|
887
|
887
|
fp = open(path + '/day_of_week.dat', 'w')
|
|
888
|
888
|
for d in range(0, 7):
|
|
889
|
889
|
commits = 0
|