From 3191f0f18b606a93bb6ae9e05a95cc505660ba96 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 8 May 2012 19:02:58 -0700 Subject: Fix up a title that I overlooked in 581d9a58db6a18a2597ee5487e57716f367c884b --- modules/organize/controllers/organize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/organize') diff --git a/modules/organize/controllers/organize.php b/modules/organize/controllers/organize.php index 145c3283..b0c13e7d 100644 --- a/modules/organize/controllers/organize.php +++ b/modules/organize/controllers/organize.php @@ -195,7 +195,7 @@ class Organize_Controller extends Controller { "expandable" => false, "id" => $child->id, "leaf" => $child->children_count(array(array("type", "=", "album"))) == 0, - "text" => $child->title, + "text" => (string)html::clean($child->title), "nodeType" => "async"); // If the child is in the selected path, open it now. Else, mark it async. -- cgit v1.2.3