diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-08-05 21:47:22 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-08-05 21:47:34 +0100 |
| commit | 79b2f823993350723ad077fe8a0d24bb81de6dc3 (patch) | |
| tree | acf859e22ecfeb9689a1cdcb00862746538ad30c /app/Report/ReportPdfCell.php | |
| parent | 73c851cbe69a858302ce2c90499dfff0b425b237 (diff) | |
| download | webtrees-79b2f823993350723ad077fe8a0d24bb81de6dc3.tar.gz webtrees-79b2f823993350723ad077fe8a0d24bb81de6dc3.tar.bz2 webtrees-79b2f823993350723ad077fe8a0d24bb81de6dc3.zip | |
Tidy functions-rtl
Diffstat (limited to 'app/Report/ReportPdfCell.php')
| -rw-r--r-- | app/Report/ReportPdfCell.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Report/ReportPdfCell.php b/app/Report/ReportPdfCell.php index d12ae523cb..dd01354a86 100644 --- a/app/Report/ReportPdfCell.php +++ b/app/Report/ReportPdfCell.php @@ -117,7 +117,7 @@ class ReportPdfCell extends ReportBaseCell if ($renderer->checkPageBreakPDF($cHT)) { $this->top = $renderer->GetY(); } - $temptext = FunctionsRtl::spanLtrRtl($temptext, 'BOTH'); + $temptext = FunctionsRtl::spanLtrRtl($temptext); } // HTML ready - last value is true $renderer->MultiCell( |
