[open-ils-commits] r10165 - trunk/Open-ILS/src/perlmods/OpenILS/WWW

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jul 28 20:02:13 EDT 2008


Author: miker
Date: 2008-07-28 20:02:08 -0400 (Mon, 28 Jul 2008)
New Revision: 10165

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
Log:
removing spurious entityize

Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm	2008-07-28 23:56:45 UTC (rev 10164)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm	2008-07-29 00:02:08 UTC (rev 10165)
@@ -1149,7 +1149,8 @@
 #		'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.");
 



More information about the open-ils-commits mailing list