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 -N -r1.5 -r1.5.2.1 --- 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 10 Mar 2019 21:50:25 -0000 1.5.2.1 @@ -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;