diff --git a/app/Vendor/tcpdf/xtcpdf.php b/app/Vendor/tcpdf/xtcpdf.php index d3e2aad..1f89c1c 100644 --- a/app/Vendor/tcpdf/xtcpdf.php +++ b/app/Vendor/tcpdf/xtcpdf.php @@ -40,7 +40,7 @@ class XTCPDF extends TCPDF{ $this->Cell(0,8, $this->mail,array('T'=>array('width' => 1,'color'=>array(0,115,184))),1,'L'); $this->SetY(-20); if($this->disableDesign) - $this->Cell(0,8,$this->PageNo()." von ".$this->getAliasNbPages(),'',1,'R'); + $this->Cell(0,8,$this->PageNo()." / ".$this->getAliasNbPages(),'',1,'R'); else $this->Cell(0,8,'www.dream-job.eu','',1,'R'); }