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.4 -r1.5 --- openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp 22 Apr 2018 18:11:00 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp 25 Apr 2018 08:42:18 -0000 1.5 @@ -6,17 +6,15 @@
  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"
            }
    -    
    -
      +