Home » HTML » HTML_Table » Bug #8716
Suppress printing of 'span' comments for columns
Details
| Request #8716 | Suppress printing of 'span' comments for columns |
|---|---|
| Submitted | 2006-09-15 20:00 UTC |
| From | derek at battams dot ca |
| Assigned | wiesemann |
| Status | Closed |
| Package | HTML_Table |
| PHP Version | 5.1.6 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2006-09-15 20:00 UTC] derek at battams dot ca
Description:
------------
When using a colspan for a cell, the generated HTML output includes a <!-- span --> comment for each column skipped in the table by the colspan. In very large tables, this creates a lot of extra output in the HTML. By removing this print (or at least making it optional), a lot of data transfer can be saved by reducing the amount of generated HTML for tables.