Changeset 4854 in subversion
- Timestamp:
- Jun 15, 2011 7:43:01 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/html.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/html.php
r4853 r4854 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.
