]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7861, fixing xhtml strict problem
authortoyomoyo <toyomoyo>
Thu, 21 Dec 2006 05:48:08 +0000 (05:48 +0000)
committertoyomoyo <toyomoyo>
Thu, 21 Dec 2006 05:48:08 +0000 (05:48 +0000)
mod/workshop/assessments.php
mod/workshop/view.php

index 73fc894cfa108423e8d775595f78be8d9643e9f2..59302841d89432e8eac42848fb760bef80c2cc50 100644 (file)
                 }
                 break;
         } // end of switch
-
+        echo "</div>"; // not sure where this one came from MDL-7861
         redirect("view.php?id=$cm->id", get_string("savedok","workshop"));
     }
 
index 2729c284ef492912956891c4e3ae64c120b67654..f5adaace484bd42718286af8b87cd1a64436a073 100644 (file)
         $currentgroup = get_current_group($course->id);
 
         /// Print admin links
-        echo "<td align=\"right\">";
+        echo "<table width=\"100%\"><tr><td>";
         echo "<a href=\"submissions.php?id=$cm->id&amp;action=adminlist\">".
             get_string("administration")."</a>\n";