Changed mailbox display so that flags would be aligned center.
[squirrelmail.git] / functions / mailbox_display.php
index 0599282bd82737081c142ce66ecb9fcc8c124f4b..bb61742de312e39ba0d03c6b5a1eb4148268e11b 100644 (file)
@@ -73,7 +73,7 @@
                break;
             case 5: # flags
                $stuff = false;
-               echo "   <td bgcolor=$hlt_color width=1% nowrap><b><small>\n";
+               echo "   <td bgcolor=$hlt_color align=center width=1% nowrap><b><small>\n";
                if ($msg["FLAG_ANSWERED"] == true) {
                   echo "A\n";
                   $stuff = true;