From 37a80f1295cb0b6a3c97ec530b067ed74f406e6f Mon Sep 17 00:00:00 2001
From: "Edward Z. Yang" <edwardzyang@thewritingpot.com>
Date: Sun, 26 Aug 2007 18:42:55 +0000
Subject: [PATCH] Fix typo in sample PHP code.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1399 48356398-32a2-884e-a903-53898d9a118a
---
 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index ca3e02eb..42f1d9df 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ NEWS ( CHANGELOG and HISTORY )                                     HTMLPurifier
 ! Implemented experimental HTML5 parsing mode using PH5P. To use, add
   this to your code:
         require_once 'HTMLPurifier/Lexer/PH5P.php';
-        $config->set('Core', 'LexerImpl', PH5P');
+        $config->set('Core', 'LexerImpl', 'PH5P');
   Note that this Lexer introduces some classes not in the HTMLPurifier
   namespace.  Also, this is PHP5 only.
 - Fix non-visible parsing error in DirectLex with empty tags that have