if (!isset($boxes) || empty($boxes))
return;
- $pre = '<nobr>';
+ $pre = '<span style="white-space: nowrap;">';
$end = '';
$collapse = false;
$unseen_found = false;
array(isset($numMessages) ? $numMessages : '',
$boxes->mailboxname_full, $imapConnection));
- $end .= '</nobr>';
+ $end .= '</span>';
if (!$boxes->is_root) {
echo "" . $pre .$font. str_replace(array(' ','<','>'),array(' ','<','>'),$boxes->mailboxname_sub) .$fontend . $end. '<br />' . "\n";
} else {
$prefix = str_replace(' ',' ',$prefix);
}
- $line = "<nobr><tt>$prefix</tt>";
+ $line = "<span style=\"white-space: nowrap;\"><tt>$prefix</tt>";
/* Add the folder name and link. */
if (! isset($color[15])) {
}
/* Put the final touches on our folder line. */
- $line .= "</nobr><br />\n";
+ $line .= "</span><br />\n";
/* Output the line for this folder. */
echo $line;