From 436f0d9b69ed267b844847fb7907e3257e285924 Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 29 Jul 2008 00:02:40 +0000 Subject: [PATCH] removing spurious entityize git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@10166 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 86d25a33bb..313b7ebe3c 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -1103,7 +1103,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.11.0