Rapsys Git
/
cdn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix undefined titleHeight variable
[cdn]
/
public
/
ausweis.php
diff --git
a/public/ausweis.php
b/public/ausweis.php
index 3966d7fa9182bd38e7c130b2a23b842f6914b75b..9bdb5f571cc135d67e5150eeaf7983ab6f4eeec6 100644
(file)
--- a/
public/ausweis.php
+++ b/
public/ausweis.php
@@
-719,7
+719,7
@@
class Ausweis {
$p->Cell(0, 20, utf8_decode('QUITTANCE DE LOYER'), 0, 0, 'C');
//Jump line
- $p->Ln($
titl
eHeight);
+ $p->Ln($
lin
eHeight);
//Set font
$p->setFont('Times', '', 9);