1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 03:10:09 +02:00

Convert injector to use arrays.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1214 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2007-06-24 02:17:34 +00:00
parent e5191b3ada
commit 389fcc9a5d
2 changed files with 16 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ require_once 'HTMLPurifier/Injector.php';
/**
* Injector that auto paragraphs text in the root node based on
* double-spacing.
* @todo Don't assume that root node means paragraphing is alright
*/
class HTMLPurifier_Injector_AutoParagraph extends HTMLPurifier_Injector
{