From 820383ac064196c15c7a519f91e34914ec60702a Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Sat, 20 Apr 2024 18:06:26 +0100 Subject: [PATCH] Fix comment --- examples/example_049.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/example_049.php b/examples/example_049.php index 5ebefc6..c8a8186 100644 --- a/examples/example_049.php +++ b/examples/example_049.php @@ -82,9 +82,7 @@ If you are printing user-generated content, the tcpdf tag should be considered u This tag is disabled by default by the K_TCPDF_CALLS_IN_HTML constant on TCPDF configuration file. Please use this feature only if you are in control of the HTML content and you are sure that it does not contain any harmful code. -For security reasons, the parameters for the 'params' attribute of TCPDF -tag must be prepared as an array and encoded with the -serializeTCPDFtagParameters() method (see the example below). +For security reasons, the content of the TCPDF tag must be prepared and encoded with the serializeTCPDFtag() method (see the example below). * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */