Minor: Format code

pull/4380/head
Angel Fernando Quiroz Campos 3 years ago
parent 5cce469213
commit efa881ec67
  1. 2
      main/exercise/multiple_answer_dropdown_admin.php
  2. 2
      plugin/lti_provider/src/LtiProvider.php

@ -125,7 +125,7 @@ if ($questionId) {
<th class="text-right"><?php echo get_lang('Number'); ?></th> <th class="text-right"><?php echo get_lang('Number'); ?></th>
<th style="width: 85%;"><?php echo get_lang('Answer'); ?></th> <th style="width: 85%;"><?php echo get_lang('Answer'); ?></th>
<?php if (!$isGlobal) { ?> <?php if (!$isGlobal) { ?>
<th class="text-right"><?php echo get_lang('Weighting') ?></th> <th class="text-right"><?php echo get_lang('Weighting'); ?></th>
<?php } ?> <?php } ?>
<th>&nbsp;</th> <th>&nbsp;</th>
</tr> </tr>

@ -44,8 +44,6 @@ class LtiProvider
/** /**
* It removes user and oLP session. * It removes user and oLP session.
*
* @param string $toolName
*/ */
public function logout(string $toolName = '') public function logout(string $toolName = '')
{ {

Loading…
Cancel
Save