Prechádzať zdrojové kódy

Put cell end before row end

indiri69 19 rokov pred
rodič
commit
dc52c4ed31
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  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>