Index: lams_central/web/fckeditor/editor/plugins/wikilink/fck_wikilink.jsp =================================================================== diff -u -rf3a88adf684b71e6f3d1245586d7ab1a4ce76135 -r326b1f4de5dde924f9365095d7a03b40a05c7399 --- lams_central/web/fckeditor/editor/plugins/wikilink/fck_wikilink.jsp (.../fck_wikilink.jsp) (revision f3a88adf684b71e6f3d1245586d7ab1a4ce76135) +++ lams_central/web/fckeditor/editor/plugins/wikilink/fck_wikilink.jsp (.../fck_wikilink.jsp) (revision 326b1f4de5dde924f9365095d7a03b40a05c7399) @@ -26,7 +26,7 @@ var FCKWikiLinks = oEditor.FCKWikiLinks ; // Get the array of possible wiki links from the opening window -wikiArray = window.top.opener.top.document.getElementById("wikiLinks").value.split(','); +wikiArray = window.top.opener.top.wikiLinkArray; function init() @@ -62,6 +62,11 @@ dropDownMenu.options.add(option); } +function prettyWikiLink(wikiLink) +{ + return wikiLink.replace("`", "'").replace(""", '"'); +} + function Ok() { var str = document.getElementById('linkAlias').value ; @@ -113,7 +118,7 @@ for (i=0; i