mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-36357 cleanup - remove double semicolons
This commit is contained in:
parent
a3f3ea2684
commit
0e35ba6ffc
53 changed files with 66 additions and 66 deletions
|
@ -315,7 +315,7 @@ class grade_edit_tree {
|
|||
$endcell->colspan = (19 - $level);
|
||||
$endcell->attributes['class'] = 'colspan ' . $levelclass;
|
||||
|
||||
$returnrows[] = new html_table_row(array($endcell));;
|
||||
$returnrows[] = new html_table_row(array($endcell));
|
||||
|
||||
} else { // Dealing with a grade item
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue