diff --git a/tcpdf.php b/tcpdf.php index 3f903e4..462b50c 100644 --- a/tcpdf.php +++ b/tcpdf.php @@ -8445,7 +8445,7 @@ class TCPDF { if (is_string($pl['txt']) && !empty($pl['txt'])) { if ($pl['txt'][0] == '#') { // internal destination - $annots .= ' /A <>'; + $annots .= ' /A <>'; } elseif ($pl['txt'][0] == '%') { // embedded PDF file $filename = basename(substr($pl['txt'], 1));