Index: openacs-4/packages/acs-templating/tcl/parse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/parse-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 31 Aug 2002 02:01:41 -0000 1.5 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 15 Sep 2002 22:10:53 -0000 1.6 @@ -531,10 +531,14 @@ as the "group" tag within a "multiple" tag. Deprecated, use: - set tag [template::enclosing_tag ] - set attribute [template::tag_attribute tag ] - +
+  set tag [template::enclosing_tag <tag-type>]
+  set attribute [template::tag_attribute tag <attribute>]
+    
@param tag The name of the enclosing tag to look for. + + @see template::enclosing_tag + @see template::tag_attribute } { set name ""