mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
fixed capitalization and quoting of attribute values
This commit is contained in:
parent
41905731b7
commit
d1290cec39
121 changed files with 1401 additions and 1401 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue