mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-18 07:39:54 -04:00
Clean up title handling code in organize and wind theme for consistency.
Fixes #1847.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user