minor HTML fix
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 20 Nov 2003 20:50:57 +0000 (20:50 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 20 Nov 2003 20:50:57 +0000 (20:50 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6184 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/display_messages.php

index 129fa5764eee54cfaae9ea5b4ef71e673e2b08bf..2e26932a4c33c145fa7e5df63a538477acf6468f 100644 (file)
@@ -144,8 +144,8 @@ function error_box($string, $color) {
    echo '              <tr>' . html_tag( 'td', $string."\n", 'left')
                     . '</tr>';
    echo '            </table>';
+   echo '        </td></tr>';
    echo '       </table></td></tr>';
    echo '    </table>';
-   echo '  </td></tr>';
 }
 ?>