--utf8 is now default for 'git-am'
[gitweb.git] / gitweb / gitweb.perl
index f46a42296da0e66c0946c392c232058dcd09e34a..25e5079a89dd22e7c8eb2b7e3ac276681eae83b4 100755 (executable)
@@ -2239,7 +2239,7 @@ sub git_difftree_body {
                        }
                        print $cgi->a({-href => href(action=>"blob", hash=>$diff{'to_id'},
                                                     hash_base=>$hash, file_name=>$diff{'file'})},
-                                     "blob") . " | ";
+                                     "blob");
                        print "</td>\n";
 
                } elsif ($diff{'status'} eq "D") { # deleted