diff options
| author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2018-09-24 14:21:17 +0200 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2018-09-24 13:21:17 +0100 |
| commit | 0ea23b7829d8bd38dc862b61285e14b0e1858a16 (patch) | |
| tree | 020a3662510e0a877c0ddf73d42f58f4ab58a7c1 /app/Report/ReportHtmlFootnote.php | |
| parent | 5ac00337f57c6f7c400b3eff271c8cbd6be018b3 (diff) | |
| download | webtrees-0ea23b7829d8bd38dc862b61285e14b0e1858a16.tar.gz webtrees-0ea23b7829d8bd38dc862b61285e14b0e1858a16.tar.bz2 webtrees-0ea23b7829d8bd38dc862b61285e14b0e1858a16.zip | |
Scrutinizer Auto-Fixes (#1929)
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'app/Report/ReportHtmlFootnote.php')
| -rw-r--r-- | app/Report/ReportHtmlFootnote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Report/ReportHtmlFootnote.php b/app/Report/ReportHtmlFootnote.php index b70a111d73..c68b05376d 100644 --- a/app/Report/ReportHtmlFootnote.php +++ b/app/Report/ReportHtmlFootnote.php @@ -140,7 +140,7 @@ class ReportHtmlFootnote extends ReportBaseFootnote $newtext .= ' '; } } else { - $lw = $html->getStringWidth($word . ' '); + $lw = $html->getStringWidth($word . ' '); $newtext .= "\n$word"; if ($addspace != 0) { $newtext .= ' '; |
