diff --git a/lib/Foswiki/Plugins/TreePlugin.pm b/lib/Foswiki/Plugins/TreePlugin.pm index 5317366..962e385 100644 --- a/lib/Foswiki/Plugins/TreePlugin.pm +++ b/lib/Foswiki/Plugins/TreePlugin.pm @@ -564,13 +564,13 @@ sub setFormatter { elsif ( $name eq "hlist" ) { $formatter = new Foswiki::Plugins::TreePlugin::HOutlineNodeFormatter( - " \$outnum \$web.\$topic \$summary"); + " \$outnum [[\$web.\$topic][\$topic]] \$summary"); } else { $name = "outline"; $formatter = new Foswiki::Plugins::TreePlugin::FormatOutlineNodeFormatter( - "\$outnum \$web.\$topic
"); + "\$outnum [[\$web.\$topic][\$topic]]
"); } # remember and return