Text/SearchParser.php
authorAlan Knowles <alan@roojs.com>
Thu, 23 Aug 2012 07:09:24 +0000 (15:09 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 23 Aug 2012 07:09:24 +0000 (15:09 +0800)
Text/SearchParser.php

index 74e846c..54cad74 100644 (file)
@@ -465,7 +465,7 @@ class Text_SearchParser_Token_Eq extends Text_SearchParser_Token
 }
 
 // test..
-header('Content-type: text/plain;charset=UTF-8')
+header('Content-type: text/plain;charset=UTF-8');
 $x = new Text_SearchParser_Tokenizer ("金蟲指數");
 $ar = $x->parse();
 print_R($ar);