Parcourir la source

Add missing alt text for img.

Heikki Hokkanen il y a 11 ans
Parent
révision
6950247722
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      gitstats

+ 1
- 1
gitstats Voir le fichier

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