Skip Menu |

This queue is for tickets about the SWISH-Filter CPAN distribution.

Report information
The Basics
Id: 20887
Status: resolved
Priority: 0/
Queue: SWISH-Filter

People
Owner: karman [...] cpan.org
Requestors: langner [...] fiz-chemie.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: SWISH::Filters::IPTC2html / content-type not set
Date: Tue, 08 Aug 2006 13:54:50 +0200
To: bug-SWISH-Filter [...] rt.cpan.org
From: "Dr. Michael Langner" <langner [...] fiz-chemie.de>
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' ); --- Show quoted text
> # update the document's content type > $doc->set_content_type( 'text/html' );
michael
From: KARMAN [...] cpan.org
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
release 0.07 fixes this bug. Sorry it took so long.