From 49fea8f8e980b6615e4da0219864c64062d002bc Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sat, 22 Jul 2006 00:26:09 +0000 Subject: [PATCH] Begin seperating Lexer implementations by copying the Lexer file to the Lexer directory. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@77 48356398-32a2-884e-a903-53898d9a118a --- Lexer.php => Lexer/DirectLex.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lexer.php => Lexer/DirectLex.php (100%) diff --git a/Lexer.php b/Lexer/DirectLex.php similarity index 100% rename from Lexer.php rename to Lexer/DirectLex.php