mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
added a > to a table tag
This commit is contained in:
parent
9f10d4d184
commit
cfcdb4b56e
1 changed files with 1 additions and 1 deletions
|
@ -1209,7 +1209,7 @@
|
||||||
get_string("addabranchtable", "lesson")."</a></td></tr><tr><td>".
|
get_string("addabranchtable", "lesson")."</a></td></tr><tr><td>".
|
||||||
"<a href=\"lesson.php?id=$cm->id&action=addpage&pageid=0&firstpage=1\">".
|
"<a href=\"lesson.php?id=$cm->id&action=addpage&pageid=0&firstpage=1\">".
|
||||||
get_string("addaquestionpage", "lesson")." ".get_string("here","lesson").
|
get_string("addaquestionpage", "lesson")." ".get_string("here","lesson").
|
||||||
"</a></td></tr></table\n");
|
"</a></td></tr></table>\n");
|
||||||
}
|
}
|
||||||
print_simple_box_end();
|
print_simple_box_end();
|
||||||
echo "</div>"; //CDC Chris Berri added.
|
echo "</div>"; //CDC Chris Berri added.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue