Browse Source

fix error write in table

Alex Aragon 7 years ago
parent
commit
fec76330b1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/inc/lib/exercise_show_functions.lib.php

+ 2 - 2
main/inc/lib/exercise_show_functions.lib.php

@@ -49,8 +49,8 @@ class ExerciseShowFunctions
             echo '</td></tr>';
         } else {
             ?>
-            <tr">
-                <td>s
+            <tr>
+                <td>
                     <?php echo nl2br(Security::remove_XSS($answerHTML, COURSEMANAGERLOWSECURITY)); ?>
                 </td>