mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +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$
|
||||
|
||||
/// Overview report just displays a big table of all the attempts
|
||||
|
||||
|
@ -642,7 +642,7 @@ class quiz_report extends quiz_default_report {
|
|||
|
||||
/// Otherwise, display the table as HTML
|
||||
|
||||
echo "<table border=1 align=\"center\">";
|
||||
echo "<table border=\"1\" align=\"center\">";
|
||||
echo "<tr>";
|
||||
echo "<td> </td>";
|
||||
for ($i=1; $i<=$count; $i++) {
|
||||
|
@ -679,7 +679,7 @@ class quiz_report extends quiz_default_report {
|
|||
echo "</table>";
|
||||
|
||||
echo "<br />";
|
||||
echo "<table border=0 align=center><tr>";
|
||||
echo "<table border=\"0\" align=\"center\"><tr>";
|
||||
echo "<td>";
|
||||
unset($options);
|
||||
$options["id"] = "$cm->id";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue