mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
This commit is contained in:
parent
c0fe837eeb
commit
60af27037b
44 changed files with 197 additions and 197 deletions
|
@ -144,7 +144,7 @@
|
|||
<input type="hidden" name="mode" value="save" />
|
||||
<input type="hidden" name="sesskey" value="'.sesskey().'" />';
|
||||
|
||||
echo get_string("entername", "lesson").": <input type=\"text\" name=\"name\" size=\"7\" maxlength=\"5\">\n<p>\n";
|
||||
echo get_string("entername", "lesson").": <input type=\"text\" name=\"name\" size=\"7\" maxlength=\"5\" />\n<p>\n";
|
||||
lesson_print_submit_link(get_string("submitname", "lesson"), 'nickname');
|
||||
echo "</p>\n</form>\n</div>\n";
|
||||
print_simple_box_end();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue