From 36c27572fdcc498cd9a2a191115df192f6555d6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bernd=20Oliver=20S=C3=BCnderhauf?= <bos@mailbox.org>
Date: Sun, 21 Apr 2019 04:34:19 +0200
Subject: [PATCH] Revert to 7.x-1.x version of xfdf.inc: Issue #1904100 by Liam
 Morland: Don't use htmlspecialchars() in create_xfdf().

---
 xfdf.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/xfdf.inc b/xfdf.inc
index 781f4c1..f253167 100644
--- a/xfdf.inc
+++ b/xfdf.inc
@@ -6,8 +6,10 @@
  */
 
 /**
+ * create_xfdf
+ *
  * Takes values passed via associative array and generates XFDF file format
- * with that data for the PDF address supplied.
+ * with that data for the pdf address sullpiled.
  *
  * @param string $file The pdf file - url or file path accepted
  * @param array $info data to use in key/value pairs no more than 2 dimensions
-- 
GitLab