about summary refs log tree commit homepage
path: root/Documentation/mknews.perl
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/mknews.perl')
-rwxr-xr-xDocumentation/mknews.perl4
1 files changed, 2 insertions, 2 deletions
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, '<pre>' or die;
+        print $out $www_stream->html_top, '<pre>' or die;
 }
 
 sub html_end {