Merge with 3.7

This commit is contained in:
Romain Neutron
2012-10-04 12:49:01 +02:00
48 changed files with 353 additions and 89 deletions

View File

@@ -468,7 +468,7 @@ class PDF
$t = str_replace(
array("<", ">", "&")
, array("<", ">", "&")
, $field->get_serialized_values()
, strip_tags($field->get_serialized_values())
);
$this->pdf->Write(5, $t);