Completed
Pull Request — master (#3716)
by Greg
14:20 queued 07:24
created
app/Report/TcpdfWrapper.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,8 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.