summaryrefslogtreecommitdiff
path: root/app/Report/ReportPdfCell.php
diff options
context:
space:
mode:
authorAlejandro Criado-Pérez <alejandro@criadoperez.com>2023-07-06 22:52:53 +0200
committerGitHub <noreply@github.com>2023-07-06 21:52:53 +0100
commit52f124b09c3bc79f2e314c64c3ad971d9a17c818 (patch)
tree484282517c009eb4afac07be215f7a2642ef6ed0 /app/Report/ReportPdfCell.php
parentc881a4de55ee3c243e7c087f61060a72dc653256 (diff)
downloadwebtrees-52f124b09c3bc79f2e314c64c3ad971d9a17c818.tar.gz
webtrees-52f124b09c3bc79f2e314c64c3ad971d9a17c818.tar.bz2
webtrees-52f124b09c3bc79f2e314c64c3ad971d9a17c818.zip
fix: messages (#4843)
Diffstat (limited to 'app/Report/ReportPdfCell.php')
-rw-r--r--app/Report/ReportPdfCell.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Report/ReportPdfCell.php b/app/Report/ReportPdfCell.php
index 90e6fa0a09..35667a7aca 100644
--- a/app/Report/ReportPdfCell.php
+++ b/app/Report/ReportPdfCell.php
@@ -153,7 +153,7 @@ class ReportPdfCell extends ReportBaseCell
$renderer->lastCellHeight = $renderer->tcpdf->getLastH();
}
- // Set up the url link if exists ontop of the cell
+ // Set up the url link if exists on top of the cell
if (!empty($this->url)) {
$renderer->tcpdf->Link($cX, $this->top, $this->width, $this->height, $this->url);
}