mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
fixed typo
This commit is contained in:
parent
76b79f2f88
commit
7b55e20a2a
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ class mod_lesson_renderer extends plugin_renderer_base {
|
|||
$pageid = $page->nextpageid;
|
||||
}
|
||||
|
||||
return html_writter::table($table);
|
||||
return html_writer::table($table);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue