Bug 3531 fixed

This commit is contained in:
michaelpenne 2005-07-12 23:07:31 +00:00
parent b2ece19e07
commit 2be4ee62c1

View File

@ -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%");