Browse Source

Put cell end before row end

indiri69 19 years ago
parent
commit
dc52c4ed31
1 changed files with 4 additions and 4 deletions
  1. 4 4
      templates/default/left_main.tpl

+ 4 - 4
templates/default/left_main.tpl

@@ -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>
+</div>