Index: openacs-4/packages/xowiki/tcl/link-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/link-procs.tcl,v diff -u -N -r1.102 -r1.103 --- openacs-4/packages/xowiki/tcl/link-procs.tcl 9 Apr 2018 08:11:05 -0000 1.102 +++ openacs-4/packages/xowiki/tcl/link-procs.tcl 22 Apr 2018 18:09:29 -0000 1.103 @@ -160,7 +160,7 @@ } if {[$page exists __unresolved_object_type]} { - # get the desired object_type for unresoved entries + # get the desired object_type for unresolved entries set object_type [$page set __unresolved_object_type] } else { set object_type [[$page info class] set object_type] Index: openacs-4/packages/acs-templating/www/admin/test/if.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/admin/test/if.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/admin/test/if.adp 7 Aug 2017 23:48:02 -0000 1.2 +++ openacs-4/packages/acs-templating/www/admin/test/if.adp 22 Apr 2018 18:11:00 -0000 1.3 @@ -7,7 +7,7 @@ Testcase for recursive include and if

- This pages does two things: + This page does two things:

  1. It exercises include recursively, passing Index: openacs-4/packages/acs-templating/www/admin/test/include-0.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/admin/test/include-0.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/admin/test/include-0.adp 7 Aug 2017 23:48:02 -0000 1.3 +++ openacs-4/packages/acs-templating/www/admin/test/include-0.adp 22 Apr 2018 18:11:00 -0000 1.4 @@ -7,7 +7,7 @@ Testcase for recursive include and if

    - This pages does two things: + This page does two things:

    1. It exercises include recursively, passing Index: openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp 7 Aug 2017 23:48:03 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp 22 Apr 2018 18:11:00 -0000 1.4 @@ -42,7 +42,7 @@
    2. Create the individual steps, these are just normal Tcl and/or adp files. So make a step1.tcl, step1.adp, step2.tcl, step2.adp, -step3.tcl and step3.adp. Normally this files are self submitting +step3.tcl and step3.adp. Normally these files are self submitting forms
    3. Add "template:wizard forward" on each step (eg. step1.tcl, step2.tcl, step3.tcl) , usually the code where the step is processed and successful.
    4. On each step add the wizard buttons on the .tcl files. Ex. Index: openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html 7 Aug 2017 23:48:03 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html 22 Apr 2018 18:11:00 -0000 1.3 @@ -50,7 +50,7 @@
    5. Create the individual steps, these are just normal Tcl and/or adp files. So make a step1.tcl, step1.adp, step2.tcl, step2.adp, step3.tcl and step3.adp. - Normally this files are self submitting forms + Normally these files are self submitting forms
    6. Add "template:wizard forward" on each step (eg. step1.tcl, step2.tcl, step3.tcl)