]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
Don't pass "--xhtml" to hightlight in gitweb.perl script.
[Gitweb] / gitweb.perl
index 39d6a8dda400f1f92c99a35db433ad6c5075d456d0ec7e0c6891d26ff549bcfe..9a102749f91a91a3cac567a076e5f272e9a29797df4cedeb112db3cd21ec18f5 100755 (executable)
@@ -3469,7 +3469,7 @@ sub run_highlighter {
        close $fd;
        open $fd, quote_command(git_cmd(), "cat-file", "blob", $hash)." | ".
                  quote_command($highlight_bin).
-                 " --xhtml --fragment --syntax $syntax |"
+                 " --fragment --syntax $syntax |"
                or die_error(500, "Couldn't open file or run syntax highlighter");
        return $fd;
 }
This page took 0.228268 seconds and 4 git commands to generate.