summaryrefslogtreecommitdiff
path: root/it_html.class
diff options
context:
space:
mode:
authorChristian Schneider2022-12-12 16:54:49 +0100
committerChristian Schneider2022-12-12 16:54:49 +0100
commitd6f07d7e1350c57e59192ba0047a8431fc59cdf3 (patch)
treef2327cdefa9708d531b77999d127cdbe45bc1cc9 /it_html.class
parent8701e070aab559beb1b55a5bea15d762e9e31fe6 (diff)
downloaditools-d6f07d7e1350c57e59192ba0047a8431fc59cdf3.tar.gz
itools-d6f07d7e1350c57e59192ba0047a8431fc59cdf3.tar.bz2
itools-d6f07d7e1350c57e59192ba0047a8431fc59cdf3.zip
Declare some properties for PHP 8.2
Diffstat (limited to 'it_html.class')
-rw-r--r--it_html.class4
1 files changed, 4 insertions, 0 deletions
diff --git a/it_html.class b/it_html.class
index d7e1db3..8254c22 100644
--- a/it_html.class
+++ b/it_html.class
@@ -59,6 +59,10 @@ class it_html
var $p; # constructor params plus defaults
+ var $doctypes;
+ var $alltags;
+ var $hasnonewline;
+
/**
* Create a HTML object and global functions for all methods (exlcluding
* methods starting with '_') in this class plus the default tags (see below).