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_classmap.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_classmap.php')
-rw-r--r-- | vendor/composer/autoload_classmap.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index e5d7cb892..910e542d2 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -73,6 +73,7 @@ return array( 'HTMLPurifier_AttrDef_HTML_Bool' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php', 'HTMLPurifier_AttrDef_HTML_Class' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Class.php', 'HTMLPurifier_AttrDef_HTML_Color' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Color.php', + 'HTMLPurifier_AttrDef_HTML_ContentEditable' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ContentEditable.php', 'HTMLPurifier_AttrDef_HTML_FrameTarget' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/FrameTarget.php', 'HTMLPurifier_AttrDef_HTML_ID' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ID.php', 'HTMLPurifier_AttrDef_HTML_Length' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Length.php', |