MDL-23097 latest htmlpurifier 4.1.1

This commit is contained in:
Petr Skoda
2010-07-05 21:09:54 +00:00
parent 616861ff34
commit 2e23ad80c4
11 changed files with 94 additions and 60 deletions
@@ -384,7 +384,7 @@ class HTMLPurifier_Lexer_DirectLex extends HTMLPurifier_Lexer
}
}
if ($value === false) $value = '';
return array($key => $value);
return array($key => $this->parseData($value));
}
// setup loop environment