Skip to content

Commit

Permalink
incorrect table width in Exercise MDL-7690
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Nov 26, 2006
1 parent b38d1d9 commit 0591742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/exercise/locallib.php
Expand Up @@ -2287,7 +2287,7 @@ function exercise_print_tabbed_heading($tabs) {
}

// print_simple_box_start("center", "$table->width", "#ffffff", 0);
echo "<table width=\"$tabs-width\" border=\"0\" valign=\"top\" align=\"center\" ";
echo "<table width=\"$tabs->width\" border=\"0\" valign=\"top\" align=\"center\" ";
echo " cellpadding=\"$tabs->cellpadding\" cellspacing=\"0\" class=\"generaltable\">\n";

if (!empty($tabs->names)) {
Expand Down

0 comments on commit 0591742

Please sign in to comment.