--- /Users/arthurclemens/Applications/FreeBSD/TWiki/TWiki20030201 Folder/lib/TWiki-org.pm Sun Feb 2 01:55:21 2003 +++ /Users/arthurclemens/Applications/FreeBSD/TWiki/TWiki20030201 Folder/lib/TWiki.pm Fri Aug 29 00:27:50 2003 @@ -1569,7 +1569,19 @@ # get the depth limit attribute my $depth = extractNameValuePair( $_[3], "depth" ) || 6; - my $result = ""; + my $result = ""; + # Start surrounding table + if ("$topicname" eq "$_[1]") { + # TO DO: should pass TOC heading in parameter + # where "Contents:" would be the default variable + $result = "
| Contents:<\/b> "; + } else { + # ... then this would not be necessary + # (used when TOC is called from another topic) + my $t = &handleNormalSpacedTopic($topicname); + $result = "
|