Browse Source

Minor - format code

Julio Montoya 5 years ago
parent
commit
5d0cb57908
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/admin/questions.php

+ 1 - 1
main/admin/questions.php

@@ -163,7 +163,7 @@ if ($formSent) {
                     $url.'&'.http_build_query([
                         'courseId' => $question->getCId(),
                         'questionId' => $question->getId(),
-                        'action' => 'delete'
+                        'action' => 'delete',
                     ])
                 ).'<br />';