From c5f6db7a6139b17bdf6ec25aa91440a757a3b2ea Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Fri, 22 Dec 2006 05:58:28 +0000 Subject: [PATCH] MDL-7861, fixing broken tags --- mod/lesson/edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } } -- 2.39.5