Explorar el Código

Fixed some codacy issues

meuhland hace 6 años
padre
commit
349a19f76b
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      plugin/ims_lti/form.php

+ 4 - 4
plugin/ims_lti/form.php

@@ -85,11 +85,11 @@ $result = $oauth->sign(array(
     <body>
     <body>
         <form action="<?php echo $tool->getLaunchUrl() ?>" name="ltiLaunchForm" method="post" encType="application/x-www-form-urlencoded">
         <form action="<?php echo $tool->getLaunchUrl() ?>" name="ltiLaunchForm" method="post" encType="application/x-www-form-urlencoded">
         <?php
         <?php
-          foreach($result["parameters"] as $key => $values) //Dump parameters
-			{
+        foreach($result["parameters"] as $key => $values) //Dump parameters
+        {
                 echo("<input type='hidden' name='$key' value='$values' />");
                 echo("<input type='hidden' name='$key' value='$values' />");
-			}
-		?>
+        }
+    ?>
 			<input type="submit" value="Press to continue to external tool"/>
 			<input type="submit" value="Press to continue to external tool"/>
         </form>
         </form>