Index: openacs-4/packages/xowiki/www/xinha/insert-wlink.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/xinha/insert-wlink.adp,v diff -u -r1.5 -r1.6 --- openacs-4/packages/xowiki/www/xinha/insert-wlink.adp 13 Jun 2018 07:28:44 -0000 1.5 +++ openacs-4/packages/xowiki/www/xinha/insert-wlink.adp 3 Sep 2024 15:38:00 -0000 1.6 @@ -36,7 +36,7 @@ } function onOK(caller) { - // Note, that this code assumes, that onOK() was clicked on a A + // Note that this code assumes that onOK() was clicked on a A // included in a TD, which contains the "name" of the page... var caller = caller.parentNode; var anchor = caller.firstChild;