Do not add creator and date to generated help files. Those info do not add anything useful and make reproducible builds not possible

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6a183830e0)
r14.1.x
Michele Calgaro 2 weeks ago
parent e3462d9b7c
commit 840d450a80
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -149,7 +149,7 @@ sub print_header
sub print_footer
{
print $g_filehandle "<hr>KVIrc $g_version Documentation<br>Generated by $g_currentuser at $g_currenttime\n";
print $g_filehandle "<hr>KVIrc $g_version Documentation\n";
print $g_filehandle "</body>\n";
print $g_filehandle "</html>\n";
}

Loading…
Cancel
Save