Skip to content

Commit

Permalink
Merge pull request webmin#2241 from bim-g/update_ui_print_header_docu…
Browse files Browse the repository at this point in the history
…mentation

[FIX] Add missing `title` parameter to `ui_print_header` method on the documentation
  • Loading branch information
iliajie authored Jul 30, 2024
2 parents d224d0a + 7225cca commit ba26d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,7 @@ sub ui_pre_footer
return $rv;
}

=head2 ui_print_header(subtext, image, [help], [config], [nomodule], [nowebmin], [rightside], [head-stuff], [body-stuff], [below])
=head2 ui_print_header(subtext, title, image, [help], [config], [nomodule], [nowebmin], [rightside], [head-stuff], [body-stuff], [below])
Print HTML for a header with the post-header line. The args are the same
as those passed to header(), defined in web-lib-funcs.pl, with the addition
Expand Down

0 comments on commit ba26d2a

Please sign in to comment.