mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 23:28:42 +00:00
Bugfix: Fix include typo.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@172 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
cffcd7c661
commit
2d8e4f3993
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once 'HTMLPurifier/AttrDef/PixelTest.php';
|
require_once 'HTMLPurifier/AttrDef/PixelsTest.php';
|
||||||
require_once 'HTMLPurifier/AttrDef/Length.php';
|
require_once 'HTMLPurifier/AttrDef/Length.php';
|
||||||
|
|
||||||
class HTMLPurifier_AttrDef_LengthTest extends HTMLPurifier_AttrDef_PixelsTest
|
class HTMLPurifier_AttrDef_LengthTest extends HTMLPurifier_AttrDef_PixelsTest
|
||||||
|
Loading…
Reference in New Issue
Block a user