diff --git a/renderer.php b/renderer.php index 2114edc2..4a616085 100644 --- a/renderer.php +++ b/renderer.php @@ -116,7 +116,6 @@ public function render_ratingallocate_allocation_status($coursemoduleid, $status $deletebutton->tooltip = get_string('delete_all_ratings_explanation', RATINGALLOCATE_MOD_NAME); $deletebutton->add_action(new confirm_action(get_string('confirm_delete_all_ratings', RATINGALLOCATE_MOD_NAME))); - $table = new html_table(); // Add status, buttons for manual and algorithmic allocation and delete all ratings buuton to the table.