--- trunk2/lib/WebPAC/Tree.pm 2004/10/10 08:24:40 498 +++ trunk2/lib/WebPAC/Tree.pm 2004/10/10 09:33:57 499 @@ -256,7 +256,7 @@ my $mfn_link = "thes/$mfn.html"; if (-e "out/$mfn_link") { $html .= " " x $level . - qq{
  • ${link_start}${term}${link_end}}. + qq{
  • ${link_start}${term}${link_end}}. qq{ »
  • \n}; } else { $log->warn("file 'out/$mfn_link' doesn't exist, skipping");