diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2012-05-05 19:38:31 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2012-05-05 19:38:31 -0700 |
| commit | 581d9a58db6a18a2597ee5487e57716f367c884b (patch) | |
| tree | d16e1bbcbc1f7bec1dd188ca77af180f0768657e /modules/organize/views/organize_dialog.html.php | |
| parent | 1a328271e13e886f47debf32ab184c060cce4fac (diff) | |
Clean up title handling code in organize and wind theme for consistency.
Fixes #1847.
Diffstat (limited to 'modules/organize/views/organize_dialog.html.php')
| -rw-r--r-- | modules/organize/views/organize_dialog.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index a386fa77..9ea4d923 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -11,7 +11,7 @@ var set_title = function(title) { $("#g-dialog").dialog("option", "title", ORGANIZE_TITLE.replace("__TITLE__", title)); } - set_title("<?= $album->title ?>"); + set_title("<?= html::clean($album->title) ?>"); var done_loading = function() { $("#g-organize-app-loading").hide(); |
