Small html fix
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 20 Feb 2003 10:04:57 +0000 (10:04 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 20 Feb 2003 10:04:57 +0000 (10:04 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4531 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php
plugins/filters/options.php
plugins/message_details/message_details_bottom.php
plugins/newmail/newmail_opt.php
src/left_main.php

index 4174bbc1b2fca7493db56925834fc4035aae81d8..c8211ee08372e109f6ae7d2f606a6de0154d9daf 100644 (file)
@@ -719,7 +719,7 @@ function mail_message_listing_beginning ($imapConnection,
 
     echo getButton('SUBMIT', 'markRead',_("Read"));
     echo getButton('SUBMIT', 'markUnread',_("Unread"));
-    echo getButton('SUBMIT', 'delete',_("Delete")) ."&nbsp\n";
+    echo getButton('SUBMIT', 'delete',_("Delete")) ."&nbsp;\n";
     if (!strpos($php_self,'mailbox')) {
         $location = $php_self.'?mailbox=INBOX&amp;startMessage=1';
     } else {
index 09c0a1325f9f1efe48a4ac02ef71386abe7cfaf1..2bae70545588d5216a02c1caa95e17965689bc89 100644 (file)
@@ -239,7 +239,7 @@ require_once(SM_PATH . 'plugins/filters/filters.php');
     echo '</table>'.
         html_tag( 'table',
             html_tag( 'tr',
-                html_tag( 'td', '&nbsp', 'left' )
+                html_tag( 'td', '&nbsp;', 'left' )
             ) ,
         'center', '', 'width="80%" border="0" cellpadding="2" cellspacing="0"' );
 ?>
index 4695e3c774997119b1dc902904efaa58421c7c85..62fc882829df2812278e7bcd3cba0af4e2891eff 100644 (file)
@@ -308,11 +308,11 @@ if (count($content) > 0) {
        echo '</td><td>';
        if (isset($content[$i]['name'])) {
            echo $content[$i]['name'];
-       } else echo '&nbsp';
+       } else echo '&nbsp;';
        echo '</td><td>';
        if (isset($content[$i]['encoding'])) {
            echo $content[$i]['encoding'];
-       } else echo '&nbsp';
+       } else echo '&nbsp;';
        echo '</td></tr>'."\n";
     }
     echo '</tbody></table><br>'."\n";
index 06e1e2c016e1225850159f745d93bb19bf64c9e0..c463fec0a2345ee40915d62a8c15bf53b9303d81 100644 (file)
@@ -63,7 +63,7 @@ require_once(SM_PATH . 'include/load_prefs.php');
     echo '<form action="../../src/options.php" method=post>'.
          html_tag( 'table', '', '', '', 'width="100%" cellpadding="0" cellspacing="2" border="0"' ) . "\n" .
              html_tag( 'tr' ) . "\n" .
-                 html_tag( 'td', '&nbsp', 'right', '', 'nowrap' ) . "\n";
+                 html_tag( 'td', '&nbsp;', 'right', '', 'nowrap' ) . "\n";
     if ($allowsound == "true") {
                 echo html_tag( 'td', '', 'left' ) .
                             '<input type="checkbox" ';
@@ -74,7 +74,7 @@ require_once(SM_PATH . 'include/load_prefs.php');
                 '</tr>' . "\n";
     }  
             echo html_tag( 'tr' ) . "\n" .
-                html_tag( 'td', '&nbsp', 'right', '', 'nowrap' ) . "\n" .
+                html_tag( 'td', '&nbsp;', 'right', '', 'nowrap' ) . "\n" .
                 html_tag( 'td', '', 'left' ) .
                     '<input type="checkbox" ';
     if ($media_allbox == 'on') {
@@ -83,7 +83,7 @@ require_once(SM_PATH . 'include/load_prefs.php');
     echo 'name="media_allbox"><b> ' . _("Check all boxes, not just INBOX") . '</b></td>'.
             '</tr>'.  "\n" .
             html_tag( 'tr' ) . "\n" .
-                html_tag( 'td', '&nbsp', 'right', '', 'nowrap' ) . "\n" .
+                html_tag( 'td', '&nbsp;', 'right', '', 'nowrap' ) . "\n" .
                 html_tag( 'td', '', 'left' ) .
                     '<input type="checkbox" ';
     if ($media_recent == 'on') {
@@ -92,7 +92,7 @@ require_once(SM_PATH . 'include/load_prefs.php');
     echo 'name="media_recent"><b> ' . _("Count only messages that are RECENT") . '</b></td>'.
             '</tr>'. "\n" .
             html_tag( 'tr' ) . "\n" .
-                html_tag( 'td', '&nbsp', 'right', '', 'nowrap' ) . "\n" .
+                html_tag( 'td', '&nbsp;', 'right', '', 'nowrap' ) . "\n" .
                 html_tag( 'td', '', 'left' ) .
                     '<input type="checkbox" ';
     if ($media_changetitle == 'on') {
@@ -101,7 +101,7 @@ require_once(SM_PATH . 'include/load_prefs.php');
     echo 'name="media_changetitle"><b> ' . _("Change title on supported browsers.") . '</b> &nbsp; (' . _("requires JavaScript to work") . ')</td>'.
             '</tr>'. "\n" .
             html_tag( 'tr' ) . "\n" .
-                html_tag( 'td', '&nbsp', 'right', '', 'nowrap' ) . "\n" .
+                html_tag( 'td', '&nbsp;', 'right', '', 'nowrap' ) . "\n" .
                 html_tag( 'td', '', 'left' ) .
                     '<input type="checkbox" ';
     if($media_popup == 'on') {
index af7b5a4fd2c930ed477c61f8b611803bd1f45a9e..b65d839332e077dcb4c2dec64d240b12ffb592d7 100644 (file)
@@ -287,7 +287,7 @@ function listBoxes ($boxes, $j=0 ) {
        $mailbox = $boxes->mailboxname_full;
        $leader = '';
        for ($k = 0; $k < $j; $k++) {
-           $leader.= '&nbsp&nbsp&nbsp';
+           $leader.= '&nbsp;&nbsp;&nbsp;';
        }
        $mailboxURL = urlencode($mailbox);
 
@@ -310,14 +310,14 @@ function listBoxes ($boxes, $j=0 ) {
 
            $link = '<a target="left" style="text-decoration:none" ' .'href="left_main.php?';
            if ($collapse) {
-               $link .= "unfold=$mailboxURL\">$leader +&nbsp";
+               $link .= "unfold=$mailboxURL\">$leader +&nbsp;";
            } else {
-               $link .= "fold=$mailboxURL\">$leader -&nbsp";
+               $link .= "fold=$mailboxURL\">$leader -&nbsp;";
            }
            $link .= '</a>';
            $pre .= $link;
        } else {
-           $pre.= $leader . '&nbsp&nbsp&nbsp';
+           $pre.= $leader . '&nbsp;&nbsp;&nbsp;';
        }