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 -r1.6.2.4 -r1.6.2.5 --- openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp 6 Jun 2023 09:30:30 -0000 1.6.2.4 +++ openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp 13 Jul 2023 12:48:33 -0000 1.6.2.5 @@ -6,15 +6,17 @@
  1. Create a wizard file (ex. wizard.tcl) that contains the "template::wizard create" code. -
    ex.
    +
    +ex.
            template::wizard create -action "wizard" -name my_wizard -params {
               my_param1 my_param2
            } -steps {
               1 -label "Step 1" -url "step1"
               2 -label "Step 2" -url "step2"        
               3 -label "Step 3" -url "step3"
            }
    -    
      + +