]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7861, fixing broken tags
authortoyomoyo <toyomoyo>
Fri, 22 Dec 2006 05:58:28 +0000 (05:58 +0000)
committertoyomoyo <toyomoyo>
Fri, 22 Dec 2006 05:58:28 +0000 (05:58 +0000)
mod/lesson/edit.php

index 51746beb298ab854621c784d0215c1362eae0eef..99ba5cac10c7907f95d14771ef44b777ade0b961 100644 (file)
                     }
                     echo "</table></td></tr>\n<tr><td align=\"left\">";
                     lesson_print_add_links($cm->id, $page->id);
-                    echo "<tr><td>\n";
+                    echo "</td></tr><tr><td>\n";
                     // check the prev links - fix (silently) if necessary - there was a bug in
                     // versions 1 and 2 when add new pages. Not serious then as the backwards
                     // links were not used in those versions
                     $pageid = $page->nextpageid;
                     echo "</td></tr>";
                 }
-                echo "</td></tr></table>";
+                echo "</table>";
                 break;
         }
     }