From c2af14671e08593f4318f24effb948f04d356bbd Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 29 Jul 2008 00:02:08 +0000 Subject: [PATCH] removing spurious entityize git-svn-id: svn://svn.open-ils.org/ILS/trunk@10165 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index f3bf99d040..f68967a1bb 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -1149,7 +1149,8 @@ sub opensearch_feed { # 'text/html' # ); - print $cgi->header( -type => $feed->type, -charset => 'UTF-8') . entityize($feed->toString) . "\n"; + #print $cgi->header( -type => $feed->type, -charset => 'UTF-8') . entityize($feed->toString) . "\n"; + print $cgi->header( -type => $feed->type, -charset => 'UTF-8') . $feed->toString . "\n"; $log->debug("...and feed returned."); -- 2.43.2