Don't show escaped characters in rename dialog
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 8 Sep 2010 21:26:08 +0000 (15:26 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 8 Sep 2010 21:26:13 +0000 (15:26 -0600)
imp/js/dimpbase.js

index 75e85b5..d775d37 100644 (file)
@@ -2164,7 +2164,7 @@ var DimpBase = {
         }
 
         folder = $(folder);
-        this._createFolderForm(this._folderAction.bindAsEventListener(this, folder, 'rename'), DIMP.text.rename_prompt, folder.retrieve('l'));
+        this._createFolderForm(this._folderAction.bindAsEventListener(this, folder, 'rename'), DIMP.text.rename_prompt, folder.retrieve('l').unescapeHTML());
     },
 
     /* Handle insert folder actions. */