X-Git-Url: http://git.subgeniuskitty.com/gitweb-sgk/.git/blobdiff_plain/5d7331d5abe47682bcaec64ca62d852f282efe6f..4dcd50cd53223f7c8a40aa231af23995abe1c3a1:/gitweb.cgi diff --git a/gitweb.cgi b/gitweb.cgi index e1a16aa..c24d40b 100755 --- a/gitweb.cgi +++ b/gitweb.cgi @@ -118,10 +118,8 @@ our $favicon = "static/git-favicon.png"; our $javascript = "static/gitweb.js"; # 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-scm.com/"; -our $logo_label = "git homepage"; +our $logo_url = "http://subgeniuskitty.com/"; +our $logo_label = "SGK Homepage"; # source of projects list our $projects_list = ""; @@ -6413,9 +6411,9 @@ sub git_search_files { $ltext = esc_html($ltext, -nbsp=>1); } print "
" . - $cgi->a({-href => $file_href.'#l'.$lno, - -class => "linenr"}, sprintf('%4i', $lno)) . - ' ' . $ltext . "
\n"; + "" . + "" . $ltext . "\n"; } } if ($lastfile) { @@ -7210,7 +7208,7 @@ sub git_blob { chomp $line; $nr++; $line = untabify($line); - printf qq!
%4i %s
\n!, + printf qq!
%s
\n!, $nr, esc_attr(href(-replay => 1)), $nr, $nr, $highlight ? sanitize($line) : esc_html($line, -nbsp=>1); }