|
|
@@ -1127,7 +1127,7 @@ class HTMLReportCreator(ReportCreator):
|
|
1127
|
1127
|
f.write('</dl>\n')
|
|
1128
|
1128
|
|
|
1129
|
1129
|
f.write(html_header(2, 'Lines of Code'))
|
|
1130
|
|
- f.write('<img src="lines_of_code.png">')
|
|
|
1130
|
+ f.write('<img src="lines_of_code.png" alt="Lines of Code">')
|
|
1131
|
1131
|
|
|
1132
|
1132
|
fg = open(path + '/lines_of_code.dat', 'w')
|
|
1133
|
1133
|
for stamp in sorted(data.changes_by_date.keys()):
|