Hi,
Is it for cosmetic reasons that at line 1087 of display_tbl.lib.php3 there is a space before the </td>:
$vertical_display['data'][$row_no][$i] .= ' </td>'
This causes a problem for a user (see bug 577645).
Marc
----- Original Message ----- From: "Marc Delisle" DelislMa@CollegeSherbrooke.qc.ca
Is it for cosmetic reasons that at line 1087 of display_tbl.lib.php3 there is a space before the </td>:
$vertical_display['data'][$row_no][$i] .= ' </td>'
This causes a problem for a user (see bug 577645).
I can't see any effect of such an extra whitespace before </td>. So if it causes trouble, let's remove it.
Alexander