X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=Documentation%2Fmknews.perl;h=51d54b7167c19c8517b3e21787515f839b6e960d;hp=1bd704e68247afe18b6b85b76f4d4cd7bc52d284;hb=55263c56cf41c87f8977cd6a6be65ac07b5cea87;hpb=52a02a813a46940530183ede4d4cc7028290cd8f diff --git a/Documentation/mknews.perl b/Documentation/mknews.perl index 1bd704e6..51d54b71 100755 --- a/Documentation/mknews.perl +++ b/Documentation/mknews.perl @@ -37,7 +37,7 @@ if ($dst eq 'NEWS') { my $ibx = My::MockObject->new( description => 'public-inbox releases', over => undef, - search => 1, # for WwwStream:_html_top + search => 1, # for WwwStream::html_top base_url => "$base_url/", ); $ibx->{-primary_address} = $addr; @@ -113,7 +113,7 @@ sub html_start { require PublicInbox::WwwStream; $ctx->{www} = My::MockObject->new(style => ''); my $www_stream = PublicInbox::WwwStream::init($ctx); - print $out $www_stream->_html_top, '
' or die;
+	print $out $www_stream->html_top, '
' or die;
 }
 
 sub html_end {