mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-23 00:41:52 +00:00
Fix parse error.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@557 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
b152448608
commit
c5ea987069
@ -238,7 +238,7 @@ class HTMLPurifier_HTMLDefinition
|
||||
$this->info['dl']->child = new HTMLPurifier_ChildDef_Required('dt|dd');
|
||||
|
||||
if ($config->get('HTML', 'Strict')) {
|
||||
$this->info['address']->child = $e_Inline
|
||||
$this->info['address']->child = $e_Inline;
|
||||
} else {
|
||||
$this->info['address']->child =
|
||||
new HTMLPurifier_ChildDef_Optional("#PCDATA | p | $e_inline".
|
||||
|
Loading…
Reference in New Issue
Block a user