diff --git a/admin/site.html b/admin/site.html
index e361f7640d2..72b6218eeca 100644
--- a/admin/site.html
+++ b/admin/site.html
@@ -31,7 +31,7 @@
         <td align="right"><?php print_string("frontpageformat") ?>:</td>
         <td>
           <table width="100%" cellpadding="0" cellspacing="0" border="0">
-            <td>
+            <tr>
         <?php
            $options = array(FRONTPAGENEWS           =>  get_string("frontpagenews"),
                             FRONTPAGECOURSELIST     =>  get_string("frontpagecourselist"),
@@ -53,6 +53,7 @@
            foreach ($options as $key => $option) {
                echo "<td>$option<br />";
                choose_from_menu ($values, "frontpage[$key]", isset($seq[$key])?$seq[$key]:0, "");
+               echo '</td>';
            }
         ?>
             </tr>