diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 233c24bef..5f1d682b9 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -4,6 +4,7 @@ DateTime. - fix: SQL Report: Paginate After - fix: Incomplete asset cause manage Trash to fail + - fix: Rich Text Editor - Add Asset Tree Link doesn't work with images 7.3.9 - fix: SQL Form and big table imports diff --git a/lib/WebGUI/Operation/FormHelpers.pm b/lib/WebGUI/Operation/FormHelpers.pm index 28fe01a00..58505c601 100644 --- a/lib/WebGUI/Operation/FormHelpers.pm +++ b/lib/WebGUI/Operation/FormHelpers.pm @@ -179,7 +179,7 @@ function createLink() { var link = ''; + link += '>' + window.opener.tinyMCE.selectedInstance.selection.getSelectedHTML() + ''; window.opener.tinyMCE.execCommand("mceInsertContent",false,link); window.close(); }