]> git.mjollnir.org Git - moodle.git/commitdiff
Missing </div>. MDL-7861.
authorvyshane <vyshane>
Wed, 20 Dec 2006 06:14:18 +0000 (06:14 +0000)
committervyshane <vyshane>
Wed, 20 Dec 2006 06:14:18 +0000 (06:14 +0000)
question/question.php

index 2ea69d08fbe7806d3908ea40bedbc4de4528d330..158f5d00549955908f63ce95572b41a098157f5d 100644 (file)
                 notify($strsaved, '');
                 close_window(3);
             } else {
+                echo '</div>';
                 redirect($SESSION->returnurl, $strsaved);
             }
         }