diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-09-08 09:23:14 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-09-08 09:23:14 +0100 |
| commit | 521357272b83a047e04eaf656fd5f38d55c27720 (patch) | |
| tree | e9f59b3b3617f0ceeaebcd3a87ee65e4cac03af2 /app/Report/ReportHtmlFootnote.php | |
| parent | c69b134abf9af870d537ec6967ba43f6850aae4f (diff) | |
| download | webtrees-521357272b83a047e04eaf656fd5f38d55c27720.tar.gz webtrees-521357272b83a047e04eaf656fd5f38d55c27720.tar.bz2 webtrees-521357272b83a047e04eaf656fd5f38d55c27720.zip | |
CodeStyle
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 9421f7e433..e57d96f845 100644 --- a/app/Report/ReportHtmlFootnote.php +++ b/app/Report/ReportHtmlFootnote.php @@ -96,7 +96,7 @@ class ReportHtmlFootnote extends ReportBaseFootnote $ct = substr_count($this->text, "\n"); $fsize = $html->getCurrentStyleHeight(); - return ($fsize * $ct) * $html->cellHeightRatio; + return $fsize * $ct * $html->cellHeightRatio; } /** |
