Clean up title handling code in organize and wind theme for consistency.

Fixes #1847.
This commit is contained in:
Bharat Mediratta
2012-05-05 19:38:31 -07:00
parent 1a328271e1
commit 581d9a58db
5 changed files with 8 additions and 7 deletions

View File

@@ -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