瀏覽代碼

Add missing alt text for img.

Heikki Hokkanen 11 年之前
父節點
當前提交
6950247722
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      gitstats

+ 1
- 1
gitstats 查看文件

@@ -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()):