diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-08-09 11:50:48 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-08-09 15:11:52 +0100 |
| commit | ce15a17af204fa17bb93b13c5560e56ac2e40c87 (patch) | |
| tree | 3d8a3902c96109494c38c516f6250ee15461933f /app/Report/ReportPdfImage.php | |
| parent | bf43cb39fd09a9a0812ae9e52b69b20a98790ce5 (diff) | |
| download | webtrees-ce15a17af204fa17bb93b13c5560e56ac2e40c87.tar.gz webtrees-ce15a17af204fa17bb93b13c5560e56ac2e40c87.tar.bz2 webtrees-ce15a17af204fa17bb93b13c5560e56ac2e40c87.zip | |
CodeStyle
Diffstat (limited to 'app/Report/ReportPdfImage.php')
| -rw-r--r-- | app/Report/ReportPdfImage.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Report/ReportPdfImage.php b/app/Report/ReportPdfImage.php index c45db986db..4af9a7636e 100644 --- a/app/Report/ReportPdfImage.php +++ b/app/Report/ReportPdfImage.php @@ -38,8 +38,8 @@ class ReportPdfImage extends ReportBaseImage // If current position (left)set "." if ($this->x == '.') { $this->x = $renderer->GetX(); - } // For static position add margin - else { + } else { + // For static position add margin $this->x = $renderer->addMarginX($this->x); $renderer->SetX($curx); } |
