protected function cleanValueFromPost($sValue) { $sValue = parent::cleanValueFromPost($sValue); $sValue = self::closeMinimizedEndTags($sValue); $sValue = AnwPlugins::vHook("datatype_xhtml_cleanvaluefrompost", $sValue); return $sValue; }