diff options
author | Mario <mario@mariovavti.com> | 2022-10-12 08:53:14 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-10-12 08:53:14 +0000 |
commit | bec76bd0577c5b131adffd8665afc73a4602bd03 (patch) | |
tree | 4ac1c6beb12e5d6b96a5373a383cb51c505cd9be /vendor/composer/autoload_static.php | |
parent | 54f4762e1ac1512c2c1106cf68833f8a7135420f (diff) | |
download | volse-hubzilla-bec76bd0577c5b131adffd8665afc73a4602bd03.tar.gz volse-hubzilla-bec76bd0577c5b131adffd8665afc73a4602bd03.tar.bz2 volse-hubzilla-bec76bd0577c5b131adffd8665afc73a4602bd03.zip |
composer update ezyang/htmlpurifier
Diffstat (limited to 'vendor/composer/autoload_static.php')
-rw-r--r-- | vendor/composer/autoload_static.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 156d3bc29..75f0b21f7 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -284,6 +284,7 @@ class ComposerStaticInit7b34d7e50a62201ec5d5e526a5b8b35d 'HTMLPurifier_AttrDef_HTML_Bool' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php', 'HTMLPurifier_AttrDef_HTML_Class' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Class.php', 'HTMLPurifier_AttrDef_HTML_Color' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Color.php', + 'HTMLPurifier_AttrDef_HTML_ContentEditable' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ContentEditable.php', 'HTMLPurifier_AttrDef_HTML_FrameTarget' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/FrameTarget.php', 'HTMLPurifier_AttrDef_HTML_ID' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ID.php', 'HTMLPurifier_AttrDef_HTML_Length' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Length.php', |