From 3a92368678c50215299a3c212d4a625671d2d945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Wed, 24 Sep 2014 21:15:34 +0200 Subject: [PATCH] #100 --- app/Vendor/tcpdf/xtcpdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }