From 0591742ecbf315e16f954055cb642c2d3dda6700 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 26 Nov 2006 21:37:07 +0000 Subject: [PATCH] incorrect table width in Exercise MDL-7690 --- mod/exercise/locallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/exercise/locallib.php b/mod/exercise/locallib.php index 036547d71e283..b672409770e1e 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)) {