From 648d9a4de8420f0cec037041bb77c39beaa42ac6 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 19 May 2012 11:51:10 -0700 Subject: Remove accidental double encoding. --- modules/gallery/helpers/ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gallery/helpers') diff --git a/modules/gallery/helpers/ajax.php b/modules/gallery/helpers/ajax.php index f01984a9..6d59b6e4 100644 --- a/modules/gallery/helpers/ajax.php +++ b/modules/gallery/helpers/ajax.php @@ -26,6 +26,6 @@ class ajax_Core { static function response($content) { header("Content-Type: text/plain; charset=" . Kohana::CHARSET); print "\n"; - print html::clean($content); + print $content; } } -- cgit v1.2.3