Demoseite Update

This commit is contained in:
Andreas Österreicher
2010-04-26 14:24:05 +00:00
parent 83412c9457
commit 2d21d9826b
15 changed files with 342 additions and 307 deletions
+1 -1
View File
@@ -605,7 +605,7 @@ class SafeHTML
$doc = $this->repackUTF7($doc);
// Instantiate the parser
$parser=& new XML_HTMLSax3();
$parser= new XML_HTMLSax3();
// Set up the parser
$parser->set_object($this);