From 0bbfc6c5acc673c3f1a5cb6beb59bc38c70739a7 Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 9 Mar 2006 20:46:48 +0000 Subject: [PATCH] trying to make IE happy git-svn-id: svn://svn.open-ils.org/ILS/trunk@3304 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/SuperCat/Feed.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat/Feed.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat/Feed.pm index f9946115f7..38d5cf5873 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat/Feed.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat/Feed.pm @@ -366,7 +366,7 @@ use base 'OpenILS::WWW::SuperCat::Feed::atom'; sub new { my $class = shift; my $self = $class->SUPER::new; - $self->{type} = 'application/xhtml+xml'; + $self->{type} = 'text/html'; return $self; } -- 2.43.2