]> git.mjollnir.org Git - moodle.git/commitdiff
xhtml fixes for MDL-7861.
authorvyshane <vyshane>
Thu, 21 Dec 2006 06:05:34 +0000 (06:05 +0000)
committervyshane <vyshane>
Thu, 21 Dec 2006 06:05:34 +0000 (06:05 +0000)
question/showbank.php

index 3c8497dfcc5f579be4fc69e4553367190fbbb4e4..85fb6040b2d4cc28b83af5aee934c15f8c975f9c 100644 (file)
@@ -86,6 +86,9 @@
                         }
                     }
                 }
+                echo '</td></tr>';
+                echo '</table>';
+                echo '</div>';
                 redirect("edit.php?courseid=$course->id");
             } else {
                 error("Confirmation string was incorrect");
 
             // Add an explanation about questions in use
             if ($inuse) {
-                $questionnames .= get_string('questionsinuse', 'quiz');
+                $questionnames .= '<br />'.get_string('questionsinuse', 'quiz');
             }
             notice_yesno(get_string("deletequestionscheck", "quiz", $questionnames),
                         "edit.php?courseid=$course->id&amp;sesskey=$USER->sesskey&amp;deleteselected=$questionlist&amp;confirm=".md5($questionlist), "edit.php?courseid=$course->id");
+
+            echo '</td></tr>';
+            echo '</table>';
             print_footer($course);
             exit;
         }