Browse Source

random typo

Schultz 8 years ago
parent
commit
de02752720
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      gitstats

+ 1
- 1
gitstats View File

883
         f.write(html_header(2, 'Day of Week'))
883
         f.write(html_header(2, 'Day of Week'))
884
         day_of_week = data.getActivityByDayOfWeek()
884
         day_of_week = data.getActivityByDayOfWeek()
885
         f.write('<div class="vtable"><table>')
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
         fp = open(path + '/day_of_week.dat', 'w')
887
         fp = open(path + '/day_of_week.dat', 'w')
888
         for d in range(0, 7):
888
         for d in range(0, 7):
889
             commits = 0
889
             commits = 0