1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-02 12:21:09 +02:00

Add missing extends.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@313 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-08-21 00:36:36 +00:00
parent fb08b9c89b
commit f8839d56a0

View File

@@ -5,7 +5,7 @@ require_once 'HTMLPurifier/AttrDef.php';
/** /**
* Validates Color as defined by CSS. * Validates Color as defined by CSS.
*/ */
class HTMLPurifier_AttrDef_Color class HTMLPurifier_AttrDef_Color extends HTMLPurifier_AttrDef
{ {
function validate($color, $config, &$context) { function validate($color, $config, &$context) {