summaryrefslogtreecommitdiff
path: root/modules/organize/views/organize_frame.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2012-05-05 19:38:31 -0700
committerBharat Mediratta <bharat@menalto.com>2012-05-05 19:38:31 -0700
commit581d9a58db6a18a2597ee5487e57716f367c884b (patch)
treed16e1bbcbc1f7bec1dd188ca77af180f0768657e /modules/organize/views/organize_frame.html.php
parent1a328271e13e886f47debf32ab184c060cce4fac (diff)
Clean up title handling code in organize and wind theme for consistency.
Fixes #1847.
Diffstat (limited to 'modules/organize/views/organize_frame.html.php')
-rw-r--r--modules/organize/views/organize_frame.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_frame.html.php b/modules/organize/views/organize_frame.html.php
index 20a1a6da..51d49104 100644
--- a/modules/organize/views/organize_frame.html.php
+++ b/modules/organize/views/organize_frame.html.php
@@ -506,7 +506,7 @@
root: {
allowDrop: Boolean(<?= access::can("edit", item::root()) ?>),
nodeType: "async",
- text: "<?= item::root()->title ?>",
+ text: "<?= html::clean(item::root()->title) ?>",
draggable: false,
id: "<?= item::root()->id ?>",
expanded: true