summaryrefslogtreecommitdiff
path: root/app/Report/ReportHtmlFootnote.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Report/ReportHtmlFootnote.php')
-rw-r--r--app/Report/ReportHtmlFootnote.php2
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 .= ' ';