From 8ad1c1e86be98e2e6f3eb8ecdcc43b7e143f30d6 Mon Sep 17 00:00:00 2001 From: jangliss Date: Thu, 31 Mar 2005 23:46:43 +0000 Subject: [PATCH] HTML Tidy... no such tag as nobr according to W3C. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9175 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index d2211729..9c105bbe 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -294,7 +294,7 @@ function ListBoxes ($boxes, $j=0 ) { if (!isset($boxes) || empty($boxes)) return; - $pre = ''; + $pre = ''; $end = ''; $collapse = false; $unseen_found = false; @@ -422,7 +422,7 @@ function ListBoxes ($boxes, $j=0 ) { array(isset($numMessages) ? $numMessages : '', $boxes->mailboxname_full, $imapConnection)); - $end .= ''; + $end .= ''; if (!$boxes->is_root) { echo "" . $pre .$font. str_replace(array(' ','<','>'),array(' ','<','>'),$boxes->mailboxname_sub) .$fontend . $end. '
' . "\n"; @@ -1023,7 +1023,7 @@ for ($i = 0; $i < count($boxes); $i++) { } else { $prefix = str_replace(' ',' ',$prefix); } - $line = "$prefix"; + $line = "$prefix"; /* Add the folder name and link. */ if (! isset($color[15])) { @@ -1046,7 +1046,7 @@ for ($i = 0; $i < count($boxes); $i++) { } /* Put the final touches on our folder line. */ - $line .= "
\n"; + $line .= "
\n"; /* Output the line for this folder. */ echo $line; -- 2.25.1