diff --git a/htdocs/includes/fpdf/fpdf/fpdf.php b/htdocs/includes/fpdf/fpdf/fpdf.php index db218fcce74..9b6391fd12e 100644 --- a/htdocs/includes/fpdf/fpdf/fpdf.php +++ b/htdocs/includes/fpdf/fpdf/fpdf.php @@ -780,7 +780,7 @@ function SetFont($family,$style='',$size=0) $this->fonts[$fontkey]=array('i'=>$i,'type'=>'core','name'=>$this->CoreFonts[$fontkey],'up'=>-100,'ut'=>50,'cw'=>$fpdf_charwidths[$fontkey]); } else - $this->Error('Undefined font: '.$family.' '.$style); + $this->Error('Undefined font - family: '.$family.' - style: '.$style); } //Select it $this->FontFamily=$family; @@ -1871,7 +1871,7 @@ function _out($s) function writeHTML($html, $ln=true, $fill=0) { // store some variables - $html=strip_tags($html,"