From: eldy <> Date: Wed, 27 Mar 2013 17:04:42 +0000 (+0000) Subject: Fix: Since updating Webmin to 1.53, the Add New Config File screen layout is totally... X-Git-Tag: AWSTATS_7_2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b47fbd80785a4e78204f78c3ede623996ab7daee;p=thirdparty%2FAWStats.git Fix: Since updating Webmin to 1.53, the Add New Config File screen layout is totally messed up and unusable. --- diff --git a/tools/webmin/awstats/awstats-lib.pl b/tools/webmin/awstats/awstats-lib.pl index 182c9b64..8e09c88e 100644 --- a/tools/webmin/awstats/awstats-lib.pl +++ b/tools/webmin/awstats/awstats-lib.pl @@ -26,7 +26,7 @@ sub hblink { my $t=shift; my $url=shift; - print "$t"; + return "$t"; }