diff --git a/gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmVariablePicker/editor_plugin.js b/gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmVariablePicker/editor_plugin.js index 050c881ff..924681b9a 100644 --- a/gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmVariablePicker/editor_plugin.js +++ b/gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmVariablePicker/editor_plugin.js @@ -101,6 +101,6 @@ function updateEditorContent(serializedHTML){ * @param serializedHTML String the html code to be added. */ function insertFormVar(fieldName,serializedHTML){ - tinyMCEPopup.execCommand('mceInsertContent', false, serializedHTML); + tinyMCEPopup.execCommand('mceInsertContent', false, serializedHTML); closePluginPopup(); } diff --git a/workflow/engine/xmlform/outputdocs/outputdocs_Edit.xml b/workflow/engine/xmlform/outputdocs/outputdocs_Edit.xml index 427f8bd7e..38e7bfc69 100755 --- a/workflow/engine/xmlform/outputdocs/outputdocs_Edit.xml +++ b/workflow/engine/xmlform/outputdocs/outputdocs_Edit.xml @@ -19,6 +19,7 @@