Changeset 3f3ec14 in github
- Timestamp:
- Jun 15, 2011 7:43:01 AM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 5f2d158
- Parents:
- feac485
- File:
-
- 1 edited
-
program/include/html.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/html.php
rfeac485 r3f3ec14 714 714 $rowcontent .= self::tag('td', $col->attrib, $col->content); 715 715 } 716 $thead = self::tag('thead', null, self::tag('tr', null, $rowcontent ));716 $thead = self::tag('thead', null, self::tag('tr', null, $rowcontent, parent::$common_attrib)); 717 717 } 718 718 … … 724 724 725 725 if ($r < $this->rowindex || count($row->cells)) { 726 $tbody .= self::tag('tr', $row->attrib, $rowcontent );726 $tbody .= self::tag('tr', $row->attrib, $rowcontent, parent::$common_attrib); 727 727 } 728 728 }
Note: See TracChangeset
for help on using the changeset viewer.
