From: miker Date: Wed, 8 Jun 2005 15:56:50 +0000 (+0000) Subject: viewable mime time X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bb54322f5cd9c81b9180aaa191e71b05730e0df1;p=Evergreen.git viewable mime time git-svn-id: svn://svn.open-ils.org/ILS/trunk@788 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/extras/opensearch.pm b/Open-ILS/src/extras/opensearch.pm index 3b37a81c13..63864b2fee 100644 --- a/Open-ILS/src/extras/opensearch.pm +++ b/Open-ILS/src/extras/opensearch.pm @@ -19,7 +19,7 @@ use OpenSRF::System; sub handler { my $apache = shift; - print "Content-type: application/rss+xml; charset=utf-8\n\n"; + print "Content-type: text/xml; charset=utf-8\n\n"; my $template = Template->new( { OUTPUT => $apache,