1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 18:04:43 +02:00

XHTML Strict.

This commit is contained in:
tjhunt 2007-09-20 15:35:19 +00:00
parent e63faf2b50
commit db451e99f6
2 changed files with 2 additions and 2 deletions

@ -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&amp;launch=check&amp;id=$id&amp;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