MDL-24650 xhtml strict fix in participants page

This commit is contained in:
Petr Skoda 2010-10-13 17:39:06 +00:00
parent 6ef1402e3d
commit f53f73ca61

View File

@ -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>';