]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix: Since updating Webmin to 1.53, the Add New Config File screen layout is totally...
authoreldy <>
Wed, 27 Mar 2013 17:04:42 +0000 (17:04 +0000)
committereldy <>
Wed, 27 Mar 2013 17:04:42 +0000 (17:04 +0000)
tools/webmin/awstats/awstats-lib.pl

index 182c9b64b788565b41c9324b32d8206422de01a2..8e09c88e8b87e5b8755169108a9d153c65e77175 100644 (file)
@@ -26,7 +26,7 @@ sub hblink
 {
     my $t=shift;
     my $url=shift;
-    print "<a href=\"javascript:neww('$url');\">$t</a>";
+    return "<a href=\"javascript:neww('$url');\">$t</a>";
 }