Index: htmlpurifier.module =================================================================== RCS file: /cvs/drupal/contributions/modules/htmlpurifier/htmlpurifier.module,v retrieving revision 1.2.2.4 diff -u -p -r1.2.2.4 htmlpurifier.module --- htmlpurifier.module 12 May 2008 19:25:05 -0000 1.2.2.4 +++ htmlpurifier.module 26 May 2008 09:25:54 -0000 @@ -170,6 +170,7 @@ function _htmlpurifier_settings($format) function _htmlpurifier_get_config($format) { $config = array( + 'Cache.DefinitionImpl' => 'Drupal', 'Core.AggressivelyFixLt' => TRUE, 'URI.DisableExternalResources' => variable_get("htmlpurifier_externalresources_$format", TRUE), 'Attr.EnableID' => variable_get("htmlpurifier_enableattrid_$format", FALSE),