DMN now remembers the last target mailbox to match up with the rest of SM
[squirrelmail.git] / plugins / message_details / message_details_bottom.php
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";