Thanks. Patch applied. Look for another release to CPAN later this week.
cheers,
pek
On Tue Aug 08 07:53:10 2006, langner@fiz-chemie.de wrote:
Show quoted text> hi,
>
> in SWISH::Filters::IPTC2html the conten-type is not updated after
> filtering an image.
>
> patch:
>
> 29c29,30
> < # update the document's content type $doc->set_content_type(
> 'text/html' );
> ---
> > # update the document's content type
> > $doc->set_content_type( 'text/html' );
>
> michael