X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=Documentation%2Fmknews.perl;h=1bd704e68247afe18b6b85b76f4d4cd7bc52d284;hp=2d22d147ec4181ec9fa816a90912741555100b47;hb=52a02a813a46940530183ede4d4cc7028290cd8f;hpb=9eac193c72e1380972f3589cb6b4f36b79183233 diff --git a/Documentation/mknews.perl b/Documentation/mknews.perl index 2d22d147..1bd704e6 100755 --- a/Documentation/mknews.perl +++ b/Documentation/mknews.perl @@ -112,7 +112,7 @@ sub html_start { my ($out, $ctx) = @_; require PublicInbox::WwwStream; $ctx->{www} = My::MockObject->new(style => ''); - my $www_stream = PublicInbox::WwwStream->new($ctx); + my $www_stream = PublicInbox::WwwStream::init($ctx); print $out $www_stream->_html_top, '
' or die;
 }