PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Table » Bug #8716

Suppress printing of 'span' comments for columns

Details

Request #8716Suppress printing of 'span' comments for columns
Submitted2006-09-15 20:00 UTC
Fromderek at battams dot ca
Assignedwiesemann
StatusClosed
PackageHTML_Table
PHP Version5.1.6
OSLinux
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.