@@ -186,6 +186,8 @@
if ($boxes[$i]['parent'])
$line .= FoldLink($boxes[$i]['unformatted'],
$boxes[$i]['parent']);
+ else
+ $line .= ' ';
$line .= str_replace(' ', ' ', $regs[2]);
}
$line .= '</FONT>';