gitweb: use text/xml instead of application/...+xml
commitd483b127b71508dd880e1d6079ab9cdf42b9aad2
authorKyle J. McKay <mackyle@gmail.com>
Sat, 18 Apr 2015 04:50:56 +0000 (17 21:50 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 18 Apr 2015 04:50:56 +0000 (17 21:50 -0700)
treecc0f9d9f60f59644458da39f02e61b367086980f
parentb521048fd64acf14af837f043332d5b2c75392c3
gitweb: use text/xml instead of application/...+xml

The various +xml types are actually text.  We look for types
starting with 'text/' to decide whether or not to enable certain
features (such as highlighting).

Return 'text/xml' for the text xml types rather than some
obsure 'application/...' type so that the proper features will
be enabled when we see these text types.

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