mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 18:04:43 +02:00
XHTML Strict.
This commit is contained in:
parent
e63faf2b50
commit
db451e99f6
@ -261,7 +261,7 @@
|
||||
} else {
|
||||
$optdimmed = '';
|
||||
}
|
||||
echo "<a $optdimmed href=\"restore.php?course_id=$course->id&launch=check&id=$id&file=$file\">".format_string($course->fullname).' ('.format_string($course->shortname).')</a><br />'."\n";
|
||||
echo "<a $optdimmed href=\"restore.php?course_id=$course->id&launch=check&id=$id&file=$file\">".format_string($course->fullname).' ('.format_string($course->shortname).')</a><br />'."\n";
|
||||
}
|
||||
print_simple_box_end();
|
||||
} else {
|
||||
|
@ -510,7 +510,7 @@ function selectItemInCheckboxByName(formId, checkName, checked ) {
|
||||
|
||||
}
|
||||
?>
|
||||
</td></tr></table>
|
||||
</table>
|
||||
|
||||
<hr/>
|
||||
<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user