mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 03:23:19 +00:00
Fix #915 Strip html tags from caption values when caption is printed out
update #922 escape js value fix alignment
This commit is contained in:
@@ -469,7 +469,7 @@ class PDF
|
||||
$t = str_replace(
|
||||
array("<", ">", "&")
|
||||
, array("<", ">", "&")
|
||||
, $field->get_serialized_values()
|
||||
, strip_tags($field->get_serialized_values())
|
||||
);
|
||||
|
||||
$this->pdf->Write(5, $t);
|
||||
|
Reference in New Issue
Block a user