From 54eb7d7476f22346289797ba288da0a0a732a8e1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 26 Aug 2023 08:36:42 +0800 Subject: [PATCH] PHP8 --- HTML/Safe.php | 1 + 1 file changed, 1 insertion(+) diff --git a/HTML/Safe.php b/HTML/Safe.php index 7100503b..b9c2e146 100644 --- a/HTML/Safe.php +++ b/HTML/Safe.php @@ -218,6 +218,7 @@ class HTML_Safe */ var $attributesNS = array('xml:lang', ); + var $hasText; /** * Constructs class * -- 2.39.2