mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
"MDL-15349, fix print_list"
This commit is contained in:
parent
d710e1001c
commit
d1fe34524b
@ -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…
x
Reference in New Issue
Block a user