浏览代码

Add missing alt text for img.

Heikki Hokkanen 11 年前
父节点
当前提交
6950247722
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      gitstats

+ 1
- 1
gitstats 查看文件

1127
 		f.write('</dl>\n')
1127
 		f.write('</dl>\n')
1128
 
1128
 
1129
 		f.write(html_header(2, 'Lines of Code'))
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
 		fg = open(path + '/lines_of_code.dat', 'w')
1132
 		fg = open(path + '/lines_of_code.dat', 'w')
1133
 		for stamp in sorted(data.changes_by_date.keys()):
1133
 		for stamp in sorted(data.changes_by_date.keys()):