mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-24650 xhtml strict fix in participants page
This commit is contained in:
parent
6ef1402e3d
commit
f53f73ca61
@ -774,7 +774,7 @@
|
||||
|
||||
echo '<input type="hidden" name="id" value="'.$course->id.'" />';
|
||||
echo '<noscript style="display:inline">';
|
||||
echo '<input type="submit" value="'.get_string('ok').'" />';
|
||||
echo '<div><input type="submit" value="'.get_string('ok').'" /></div>';
|
||||
echo '</noscript>';
|
||||
echo '</div></div>';
|
||||
echo '</form>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user