diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-08-14 23:56:14 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-08-14 23:56:14 +0000 |
commit | 30cff8cbc990d806881a3a66f84aeac198d1ad91 (patch) | |
tree | 30b3145e5d8e7cd6f3858a45eefcccb366818075 /Echolot/Stats.pm | |
parent | 3615a3ab25b30c6780cc309fdcacd4cb5b765403 (diff) |
Use the right template variable
Diffstat (limited to 'Echolot/Stats.pm')
-rw-r--r-- | Echolot/Stats.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Echolot/Stats.pm b/Echolot/Stats.pm index 6c9c001..0ce15bd 100644 --- a/Echolot/Stats.pm +++ b/Echolot/Stats.pm @@ -1,7 +1,7 @@ package Echolot::Stats; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Stats.pm,v 1.28 2002/08/14 22:54:20 weasel Exp $ +# $Id: Stats.pm,v 1.29 2002/08/14 23:56:14 weasel Exp $ # =pod @@ -289,7 +289,7 @@ sub write_file($$$$) { $output =~ s/</</g; $output =~ s/>/>/g; }; - Echolot::Tools::write_HTML_file($filebasename.'.html', $html_template, $expires, output => $output); + Echolot::Tools::write_HTML_file($filebasename.'.html', $html_template, $expires, list => $output); return 1; }; |