[open-ils-commits] r10166 - branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW

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


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

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

Modified: branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
===================================================================
--- branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm	2008-07-29 00:02:08 UTC (rev 10165)
+++ branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm	2008-07-29 00:02:40 UTC (rev 10166)
@@ -1103,7 +1103,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