Bläddra i källkod

I said: Go to sleep 8)

philippe_mingo 24 år sedan
förälder
incheckning
11da6b0cc8
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/left_main.php

+ 1 - 1
src/left_main.php

@@ -85,7 +85,7 @@
       if ($unseen > 0) { $line .= '<B>'; }
       if ($unseen > 0) { $line .= '<B>'; }
 
 
       /* Crate the link for this folder. */
       /* Crate the link for this folder. */
-      $line .= "<A HREF=\"right_main.php?sort=0&startMessage=1&mailbox=$mailboxURL\" TARGET=RIGHT STYLE=\"text-decoration:none\">";
+      $line .= "<A HREF=\"right_main.php?sort=0&startMessage=1&mailbox=$mailboxURL\" TARGET=\"right\" STYLE=\"text-decoration:none\">";
       if ($special_color == true)
       if ($special_color == true)
          $line .= "<FONT COLOR=\"$color[11]\">";
          $line .= "<FONT COLOR=\"$color[11]\">";
       $line .= str_replace(' ','&nbsp;',$mailbox);
       $line .= str_replace(' ','&nbsp;',$mailbox);