Sorted a few &nbsp to $nbsp;
authororicn <oricn@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 18 May 2000 18:35:26 +0000 (18:35 +0000)
committeroricn <oricn@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 18 May 2000 18:35:26 +0000 (18:35 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@505 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/page_header.php

index 57ba30bc64d6ce3be4577df2a39c335ff4d494af..8f8b4f1037c2caba7c5840b1364928396c6c4e9a 100644 (file)
       echo "<TABLE BGCOLOR=\"$color[4]\" BORDER=0 COLS=2 WIDTH=100% CELLSPACING=0 CELLPADDING=2><TR>";
       echo "      <TD ALIGN=left WIDTH=70%>";
       $urlMailbox = $mailbox;
-      echo "         <A HREF=\"compose.php?mailbox=$urlMailbox\">" . _("Compose") . "</A>&nbsp&nbsp";
-      echo "         <A HREF=\"addressbook.php\">" . _("Addresses") . "</A>&nbsp&nbsp";
-      echo "         <A HREF=\"folders.php\">" . _("Folders") . "</A>&nbsp&nbsp";
-      echo "         <A HREF=\"options.php\">" . _("Options") . "</A>&nbsp&nbsp";
+      echo "         <A HREF=\"compose.php?mailbox=$urlMailbox\">" . _("Compose") . "</A>&nbsp;&nbsp;";
+      echo "         <A HREF=\"addressbook.php\">" . _("Addresses") . "</A>&nbsp;&nbsp;";
+      echo "         <A HREF=\"folders.php\">" . _("Folders") . "</A>&nbsp;&nbsp;";
+      echo "         <A HREF=\"options.php\">" . _("Options") . "</A>&nbsp;&nbsp;";
       echo "      </TD><TD ALIGN=right WIDTH=30%>";
       echo "         <A HREF=\"http://squirrelmail.sourceforge.net/index.php3?from=1\" TARGET=_top>SquirrelMail</A>";
       echo "      </TD>";