Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.368.2.62 -r1.368.2.63 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 29 Jul 2020 10:50:19 -0000 1.368.2.62 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 6 Aug 2020 20:04:53 -0000 1.368.2.63 @@ -71,7 +71,7 @@ resolved below the current object, which is treated as containing folder. - After a adding elements to the clipboard, redirect either to the + After adding elements to the clipboard, redirect either to the return_url of the calling page. } { @@ -141,7 +141,7 @@ This web-callable method copies the content of the clipboard to the current folder. - After a copying the elements from the clipboard, redirect either + After copying the elements from the clipboard, redirect either to the return_url of the calling page. } { @@ -188,7 +188,7 @@ This web-callable method duplcated the current object. It uses the same mechanisms as the clipboard-copy operation. - After a adding elements to the clipboard, redirect either to the + After adding elements to the clipboard, redirect either to the return_url of the calling page (as handled by www-clipboard-copy) } { @@ -847,8 +847,8 @@ @param new is this an edit-new operation? @param autoname value to be passed to getFormClass - @param validation_errors ignored in this class, but used for compatibility with FormPage.www-edit - + @param validation_errors ignored in this class, but used for + compatibility with FormPage.www-edit } { # # We have to keep the instvar for "item_id" for the time being.