--- trunk2/lib/WebPAC/Tree.pm 2004/09/14 17:10:04 442 +++ trunk2/lib/WebPAC/Tree.pm 2004/09/14 20:57:58 443 @@ -235,7 +235,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");