gitweb: add empty alt text to avatar img
[gitweb.git] / gitweb / gitweb.perl
index 862ea99f8a67f158e370a30264627f8615dff5e0..6a1b5b5b49611e158e5cd74b50685c9022b17adc 100755 (executable)
@@ -1574,6 +1574,7 @@ sub git_get_avatar {
                       "<img width=\"$size\" " .
                            "class=\"avatar\" " .
                            "src=\"$url\" " .
+                           "alt=\"\" " .
                       "/>" . $post_white;
        } else {
                return "";