doc-en
doc-en copied to clipboard
HTML table overlap on page: https://www.php.net/manual/en/resource.php
From manual page: https://www.php.net/manual/en/resource.php
on mozilla and chrome it looks like this:

Yes, that is a known issue; I'm pretty sure that there is an open ticket on https://bugs.php.net, but I can't find it. In my opinon, this shouldn't be a table, but rather a (nested) <variablelist>.
The quickest solution would probably be adding word-break: break-word; to each <td> element and removing empty columns from the "interbase blob" row (it has 3 extra columns for some reason).