From 7225ccab733419a4f0f39c28ec084279cc164cff Mon Sep 17 00:00:00 2001 From: bim-g Date: Tue, 30 Jul 2024 01:02:54 +0200 Subject: [PATCH] [FIX] Add missing title parameter to ui_print_header documentation --- ui-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-lib.pl b/ui-lib.pl index e72f26e9c..97c222fa6 100755 --- a/ui-lib.pl +++ b/ui-lib.pl @@ -1690,7 +1690,7 @@ if (!$tconfig{'nohr'} && !$tconfig{'nobottomhr'}) { 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