From 581d9a58db6a18a2597ee5487e57716f367c884b Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 5 May 2012 19:38:31 -0700 Subject: Clean up title handling code in organize and wind theme for consistency. Fixes #1847. --- modules/organize/views/organize_dialog.html.php | 2 +- modules/organize/views/organize_frame.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/organize/views') 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("title ?>"); + set_title("title) ?>"); var done_loading = function() { $("#g-organize-app-loading").hide(); 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(), nodeType: "async", - text: "title ?>", + text: "title) ?>", draggable: false, id: "id ?>", expanded: true -- cgit v1.2.3