put back text-decoration:none
[squirrelmail.git] / src / left_main.php
index fe0a2ff7bbb855cb1a828c8f3f8635debb5675ee..072763d422d1b41163eb8859a527f73031c7dc78 100644 (file)
@@ -65,8 +65,10 @@ function formatMailboxName($imapConnection, $box_array) {
     /* If there are unseen message, bold the line. */
     if ($unseen > 0) { $line .= '<B>'; }
 
-    /* Crate the link for this folder. */
-    $line .= "<a href=\"right_main.php?PG_SHOWALL=0&amp;sort=0&amp;startMessage=1&amp;mailbox=$mailboxURL\" TARGET=\"right\">";
+    /* Create the link for this folder. */
+    $line .= '<a href="right_main.php?PG_SHOWALL=0&amp;sort=0&amp;startMessage=1&amp;mailbox='.
+             $mailboxURL.'" TARGET="right" STYLE="text-decoration:none">';
+
     if ($special_color) {
         $line .= "<font color=\"$color[11]\">";
     }