@@ -99,7 +99,8 @@ |
||
99 | 99 | $this->SetFont($headerfont[0], 'B', $headerfont[2] + 1); |
100 | 100 | $this->SetX($header_x); |
101 | 101 | $this->Cell($cw, $cell_height, $headerdata['title'], 0, 1, 'C', 0, '', 0); |
102 | - if ($this->page == 1) { // allows for a second line, not used (yet) |
|
102 | + if ($this->page == 1) { |
|
103 | +// allows for a second line, not used (yet) |
|
103 | 104 | // header string |
104 | 105 | $this->SetFont($headerfont[0], $headerfont[1], $headerfont[2]); |
105 | 106 | $this->SetX($header_x); |