소스 검색

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