Index: openacs-4/packages/acs-templating/tcl/doc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/doc-procs.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/acs-templating/tcl/doc-procs.tcl 29 Jul 2006 23:10:33 -0000 1.5 +++ openacs-4/packages/acs-templating/tcl/doc-procs.tcl 10 Jan 2007 21:22:12 -0000 1.6 @@ -102,7 +102,7 @@ set structure [lindex $info 1] set comment [lrange $info 2 end] - if { [string match one* $structure] } { + if { [string match "one*" $structure] } { # directive is a onevalue or onelist. add a row and move on incr rowcount