On Fri, Mar 08, 2013 at 10:07:31PM +0100, Benno Schulenberg wrote:
>
> $self->document_warn(sprintf($self->__("tex4ht.pm: could not open: %s"),
> $html_basefile, $!));
>
> To match similar messages, maybe the string should drop the second colon?
>
> "tex4ht.pm: could not open %s"In fact, the issue here is more a missing %s, as there are 2 arguments $html_basefile and $!. It should be corrected in svn (but too late for the last pretest). -- Pat
