diff options
| author | Christian Schneider | 2022-12-12 16:54:49 +0100 |
|---|---|---|
| committer | Christian Schneider | 2022-12-12 16:54:49 +0100 |
| commit | d6f07d7e1350c57e59192ba0047a8431fc59cdf3 (patch) | |
| tree | f2327cdefa9708d531b77999d127cdbe45bc1cc9 | |
| parent | 8701e070aab559beb1b55a5bea15d762e9e31fe6 (diff) | |
| download | itools-d6f07d7e1350c57e59192ba0047a8431fc59cdf3.tar.gz itools-d6f07d7e1350c57e59192ba0047a8431fc59cdf3.tar.bz2 itools-d6f07d7e1350c57e59192ba0047a8431fc59cdf3.zip | |
Declare some properties for PHP 8.2
| -rw-r--r-- | it_html.class | 4 |
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). |