gitweb: retain application/...+xml content type for blob_plain
commitefe8e39bc155ff8e53d990047dc000d6c58ccaef
authorKyle J. McKay <mackyle@gmail.com>
Sat, 18 Apr 2015 05:18:12 +0000 (17 22:18 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 18 Apr 2015 05:18:12 +0000 (17 22:18 -0700)
tree47ecdf17e67203313c98abdef623b3c54e0b7922
parentc815bf6d153db2ca46942ab885edb967ec066813
gitweb: retain application/...+xml content type for blob_plain

Go ahead and return the application/...+xml type when operating
in blob_plain mode (unless it's application/xhtml+xml which we
always return as text/html).

It doesn't hurt us to do so and if something's depending on
the application/...+xml type instead of plain text/xml to
work properly then this allows it to do so.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
gitweb/gitweb.perl