]> git.ipfire.org Git - thirdparty/git.git/commit
Don't pass "--xhtml" to hightlight in gitweb.perl script.
authorAdam Tkac <atkac@redhat.com>
Thu, 27 Jan 2011 12:51:51 +0000 (13:51 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Jan 2011 20:13:07 +0000 (12:13 -0800)
commitd2d434beeb03e4ee648ca7ca2a1ea1ed09077306
tree5dc7b8b30c186ba286bf1aa182caa72f306321a6
parent99e63ef24e18c8ca918922b052de96a8ceca48a4
Don't pass "--xhtml" to hightlight in gitweb.perl script.

The "--xhtml" option is supported only in highlight < 3.0. There is no option
to enforce (X)HTML output format compatible with both highlight < 3.0 and
highlight >= 3.0. However default output format is HTML so we don't need to
explicitly specify it.

Signed-off-by: Adam Tkac <atkac@redhat.com>
Helped-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl