Index: lams_central/web/fckeditor/editor/plugins/wikilink/fck_wikilink.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/editor/plugins/wikilink/Attic/fck_wikilink.jsp,v diff -u -r1.4 -r1.5 --- lams_central/web/fckeditor/editor/plugins/wikilink/fck_wikilink.jsp 9 Oct 2008 05:55:39 -0000 1.4 +++ lams_central/web/fckeditor/editor/plugins/wikilink/fck_wikilink.jsp 13 Oct 2008 03:01:42 -0000 1.5 @@ -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