removing spurious entityize
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 29 Jul 2008 00:02:40 +0000 (00:02 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 29 Jul 2008 00:02:40 +0000 (00:02 +0000)
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

index 86d25a3..313b7eb 100644 (file)
@@ -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.");