]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: update Git homepage URL
[Gitweb] / gitweb.perl
index 5a5582614e49795d6e9deabdb8a95fe9288d36dc8250ac2d7055f4af1740afe4..6dcca8c527c9998bfbdaef2a1f2e34124922893b62218679d0d2512106a019b5 100755 (executable)
@@ -95,7 +95,7 @@ our $favicon = "++GITWEB_FAVICON++";
 # URI and label (title) of GIT logo link
 #our $logo_url = "http://www.kernel.org/pub/software/scm/git/docs/";
 #our $logo_label = "git documentation";
-our $logo_url = "http://git.or.cz/";
+our $logo_url = "http://git-scm.com/";
 our $logo_label = "git homepage";
 
 # source of projects list
@@ -1575,6 +1575,7 @@ sub git_get_avatar {
                       "<img width=\"$size\" " .
                            "class=\"avatar\" " .
                            "src=\"$url\" " .
+                           "alt=\"\" " .
                       "/>" . $post_white;
        } else {
                return "";
This page took 0.474198 seconds and 4 git commands to generate.