diff --git a/mod/lesson/edit.php b/mod/lesson/edit.php index 51746beb298..99ba5cac10c 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; } }