From: skodak Date: Sun, 26 Nov 2006 21:37:07 +0000 (+0000) Subject: incorrect table width in Exercise MDL-7690 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0591742ecbf315e16f954055cb642c2d3dda6700;p=moodle.git incorrect table width in Exercise MDL-7690 --- diff --git a/mod/exercise/locallib.php b/mod/exercise/locallib.php index 036547d71e..b672409770 100644 --- a/mod/exercise/locallib.php +++ b/mod/exercise/locallib.php @@ -2287,7 +2287,7 @@ function exercise_print_tabbed_heading($tabs) { } // print_simple_box_start("center", "$table->width", "#ffffff", 0); - echo "width\" border=\"0\" valign=\"top\" align=\"center\" "; echo " cellpadding=\"$tabs->cellpadding\" cellspacing=\"0\" class=\"generaltable\">\n"; if (!empty($tabs->names)) {