*** /home/dj/tmp/fooo/lib/TWiki/Plugins/TreePlugin/FormatOutlineNodeFormatter.pm	Fri Jul  4 04:10:54 2003
--- lib/TWiki/Plugins/TreePlugin/FormatOutlineNodeFormatter.pm	Mon Apr 12 09:53:29 2004
***************
*** 56,64 ****
  	# special substituions
  
          # Make linkable non-wiki-word names
! 	my $spaceTopicLinkName = '[[' . &TWiki::Plugins::TreePlugin::FormatHelper::spaceTopic($node->name()) . ']]';
! 	$res =~ s/\$topic/$nodeLinkName/geo;
! 	$res =~ s/\$spacetopic/$spaceTopicLinkName/ge;
  
  	$res =~ s/\$outnum/$this->formatOutNum($node)/geo;
  	$res =~ s/\$count/$this->formatCount($count)/geo;
--- 56,64 ----
  	# special substituions
  
          # Make linkable non-wiki-word names
! 	my $spaceTopic = &TWiki::Plugins::TreePlugin::FormatHelper::spaceTopic($node->name()) ;
! 	$res =~ s/\$topic/$node->name()/geo;
! 	$res =~ s/\$spacetopic/$spaceTopic/ge;
  
  	$res =~ s/\$outnum/$this->formatOutNum($node)/geo;
  	$res =~ s/\$count/$this->formatCount($count)/geo;
