mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
"MDL-15349, fix print_list"
This commit is contained in:
parent
d710e1001c
commit
d1fe34524b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ abstract class repository {
|
||||||
$str .= '</tr>';
|
$str .= '</tr>';
|
||||||
$count++;
|
$count++;
|
||||||
}
|
}
|
||||||
$str = '</table>';
|
$str .= '</table>';
|
||||||
}
|
}
|
||||||
if ($print){
|
if ($print){
|
||||||
echo $str;
|
echo $str;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue