Found a stupid typo... diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index feb768f..8b97357 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -2589,7 +2589,7 @@ HTML file_name => $meta->{'filename'}, hash_base => $full_rev); print "<td class=\"linenr\">"; - print $cgi->a({ -href => "$blamed#l$lineno", + print $cgi->a({ -href => "$blamed#l$orig_lineno", -id => "l$lineno", -class => "linenr" }, esc_html($lineno)); - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html