This makes cut-and-paste from blame legible, else after pasting it is broken into too many lines. Signed-off-by: Luben Tuikov <ltuikov@xxxxxxxxx> --- gitweb/gitweb.perl | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index cba0840..451bf5d 100644 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -2509,7 +2509,7 @@ HTML $current_color = ++$current_color % $num_colors; $print_c8 = 1; } - print "<tr class=\"$rev_color[$current_color]\">\n"; + print "<tr class=\"$rev_color[$current_color]\">"; print "<td class=\"sha1\""; if ($print_c8 == 1) { print " title=\"$author, $date\""; @@ -2519,10 +2519,10 @@ HTML print $cgi->a({-href => href(action=>"commit", hash=>$full_rev, file_name=>$file_name)}, esc_html($rev)); } - print "</td>\n"; + print "</td>"; print "<td class=\"linenr\"><a id=\"l$lineno\" href=\"#l$lineno\" class=\"linenr\">" . - esc_html($lineno) . "</a></td>\n"; - print "<td class=\"pre\">" . esc_html($data) . "</td>\n"; + esc_html($lineno) . "</a></td>"; + print "<td class=\"pre\">" . esc_html($data) . "</td>"; print "</tr>\n"; } print "</table>\n"; -- 1.4.2.3.g7d77