]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Replace SPC with   also in tag comment
[Gitweb] / gitweb.perl
index 8c5ea1ae2754ca6eb7920565a918158687c148632505cc54532eed1406510cca..a7dbdaa77100c28c9ca47bce84f832e9fe49911a7ea0a15508eea6974034daf4 100755 (executable)
@@ -2920,7 +2920,7 @@ sub git_tag {
        my $comment = $tag{'comment'};
        foreach my $line (@$comment) {
                chomp($line);
-               print esc_html($line) . "<br/>\n";
+               print esc_html($line, -nbsp=>1) . "<br/>\n";
        }
        print "</div>\n";
        git_footer_html();
This page took 0.162093 seconds and 4 git commands to generate.