mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-7861, xhtml strict fixes for choice
This commit is contained in:
parent
d25942e7ce
commit
95aa949b72
3 changed files with 38 additions and 13 deletions
|
@ -248,7 +248,7 @@
|
|||
|
||||
//now give links for downloading spreadsheets.
|
||||
echo "<br />\n";
|
||||
echo "<table border=\"0\" align=\"center\"><tr>\n";
|
||||
echo "<table class=\"downloadreport\"><tr>\n";
|
||||
echo "<td>";
|
||||
$options = array();
|
||||
$options["id"] = "$cm->id";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue