From d8286bfa9ee97f9ba09f3b9b9fd17121a899661a Mon Sep 17 00:00:00 2001 From: teepe Date: Sun, 14 Jul 2002 13:34:56 +0000 Subject: [PATCH]   ->   git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3093 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/page_header.php b/functions/page_header.php index 1d2734be..eaec2fe7 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -401,7 +401,7 @@ function getTop($color, $mailbox) { if ( $shortBoxName <> '' && strtolower( $shortBoxName ) <> 'none' ) { $row->addChild('td',_("Current Folder") .':','','tp_c','tp_mbx_k', array('align' => $lft)); - $row->addChild('td',$shortBoxName .' ',array('b'=>true),'tp_c', + $row->addChild('td',$shortBoxName .' ',array('b'=>true),'tp_c', 'tp_mbx_v',array('align' => $lft)); } $col = new html('td','','','tp_c','tp_so',array('align' => $rgt)); -- 2.25.1