Hey all;
hmlcleaner seems not to respect my config - it is stripping <embed> tags
out. The config file is respected except for this specific tag.
I am using cms version v6.05.03-dev, and have tried using the newer
daisy-html (1.4.1 instead of 1.1_1502-191005) but still the same.
Specifically, the embed tag is lost: (trimmed for clarity)
<object width="425" height="355">
<param name="movie" value="..."></param>
<param name="wmode" value="transparent"></param>
<embed src="..." type="application/x-shockwave-flash"
wmode="transparent" width="425" height="355"></embed>
</object>
gets trimmed to:
<object width="425" height="355">
<param value="..." name="movie" />
<param value="transparent" name="wmode" />
</object>
Anyone have any ideas? I suspect that there is an additional
(undocumented?) scrubber somewhere that happens as well as the
htmlcleaner function.
Tim.
********************************************
Hippocms-dev: Hippo CMS development public mailinglist