From: toyomoyo Date: Fri, 22 Dec 2006 05:58:28 +0000 (+0000) Subject: MDL-7861, fixing broken tags X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c5f6db7a6139b17bdf6ec25aa91440a757a3b2ea;p=moodle.git MDL-7861, fixing broken tags --- diff --git a/mod/lesson/edit.php b/mod/lesson/edit.php index 51746beb29..99ba5cac10 100644 --- a/mod/lesson/edit.php +++ b/mod/lesson/edit.php @@ -264,7 +264,7 @@ } echo "\n"; lesson_print_add_links($cm->id, $page->id); - echo "\n"; + echo "\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 @@ -283,7 +283,7 @@ $pageid = $page->nextpageid; echo ""; } - echo ""; + echo ""; break; } }