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

Minor cosmetic changes.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1580 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-02-26 01:45:03 +00:00
parent 2cc535ad84
commit d765628d24
3 changed files with 3 additions and 19 deletions

View File

@@ -63,7 +63,7 @@ class HTMLPurifier_ConfigSchema_StringHashAdapter
}
}
// We don't use these yet, but there being used
// We don't use these yet, but they're specified
if (isset($hash['VERSION'])) $hash->offsetGet('VERSION');
if (isset($hash['DEPRECATED-USE'])) $hash->offsetGet('DEPRECATED-USE');
if (isset($hash['DEPRECATED-VERSION'])) $hash->offsetGet('DEPRECATED-VERSION');