diff --git a/mod/lesson/view.php b/mod/lesson/view.php index 8c3bc4fa7df..1751ca97db4 100644 --- a/mod/lesson/view.php +++ b/mod/lesson/view.php @@ -1774,7 +1774,7 @@ // all tables will have these $table = new stdClass; $table->align = array("left"); - $table->wrap = array("wrap"); + $table->wrap = array(); $table->width = "70%"; $table->size = array("100%");