Put cell end before row end
authorindiri69 <indiri69@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 27 Feb 2006 18:13:25 +0000 (18:13 +0000)
committerindiri69 <indiri69@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 27 Feb 2006 18:13:25 +0000 (18:13 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10839 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/left_main.tpl

index 43e26a8a6d9bbd9b8ede84c6dbe863ec2c10b3ea..4d79624b6c85cc3e1111626ef4d2ea73bc0a8714 100644 (file)
@@ -273,8 +273,8 @@ extract($t);
    </table>
    <br />
    <?php echo buildMailboxTree($mailboxes, $settings); ?>
-  </tr>
- </td>
-</table>   
+  </td>
+ </tr>
+</table>
 <?php do_hook('left_main_after'); ?>
-</div>
\ No newline at end of file
+</div>