0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-03 13:21:51 +00:00

Add missing caption child definition.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@240 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2006-08-14 01:24:01 +00:00
parent 681e91b75f
commit f72d8d3dc1

View File

@ -152,6 +152,7 @@ class HTMLPurifier_Definition
$this->info['li']->child = $this->info['li']->child =
$this->info['div']->child = $e_Flow; $this->info['div']->child = $e_Flow;
$this->info['caption']->child =
$this->info['em']->child = $this->info['em']->child =
$this->info['strong']->child = $this->info['strong']->child =
$this->info['dfn']->child = $this->info['dfn']->child =