diff --git a/program/include/html.php b/program/include/html.php index d09727898..27eeebb2d 100644 --- a/program/include/html.php +++ b/program/include/html.php @@ -675,8 +675,7 @@ class html_table extends html if ($index === null) $index = $this->rowindex; - if ($this->rows[$index]) - $this->rows[$index]->attrib = $attr; + $this->rows[$index]->attrib = $attr; } /**