fixed capitalization and quoting of attribute values

This commit is contained in:
gustav_delius 2004-09-12 17:34:35 +00:00
parent 41905731b7
commit d1290cec39
121 changed files with 1401 additions and 1401 deletions

View file

@ -1,4 +1,4 @@
<?PHP // $Id$
<?php // $Id$
// This script uses installed report plugins to print quiz reports
@ -52,7 +52,7 @@
$strreport = get_string("report", "scorm");
print_header("$course->shortname: $scorm->name", "$course->fullname",
"$navigation <A HREF=index.php?id=$course->id>$strscorms</A>
"$navigation <a href=\"index.php?id=$course->id\">$strscorms</a>
-> <a href=\"view.php?id=$cm->id\">$scorm->name</a> -> $strreport",
"", "", true);