diff options
| author | tmu <tmu> | 2005-08-11 09:51:48 +0000 |
|---|---|---|
| committer | tmu <tmu> | 2005-08-11 09:51:48 +0000 |
| commit | 8bf1472070e72457282ab10fcedcba8e129fd774 (patch) | |
| tree | 9fb28051d3cd5147aad7e38dd0ae58bc1a16f98e /fml/lib/Mail/Message/ToHTML.pm | |
| parent | 45557d3118aefcf8a3ad0470f1e22b312f2865e3 (diff) | |
| download | fml8-8bf1472070e72457282ab10fcedcba8e129fd774.tar.gz fml8-8bf1472070e72457282ab10fcedcba8e129fd774.tar.bz2 fml8-8bf1472070e72457282ab10fcedcba8e129fd774.zip | |
typo fix title in _update_montly_thread_index_master()
Diffstat (limited to 'fml/lib/Mail/Message/ToHTML.pm')
| -rw-r--r-- | fml/lib/Mail/Message/ToHTML.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/Mail/Message/ToHTML.pm b/fml/lib/Mail/Message/ToHTML.pm index 0cbe9599..24796f3e 100644 --- a/fml/lib/Mail/Message/ToHTML.pm +++ b/fml/lib/Mail/Message/ToHTML.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: ToHTML.pm,v 1.75 2005/08/06 07:14:47 fukachan Exp $ +# $FML: ToHTML.pm,v 1.76 2005/08/09 12:20:27 fukachan Exp $ # package Mail::Message::ToHTML; @@ -17,7 +17,7 @@ my $debug = 0; my $URL = "<A HREF=\"http://www.fml.org/software/\">Mail::Message::ToHTML</A>"; -my $version = q$FML: ToHTML.pm,v 1.75 2005/08/06 07:14:47 fukachan Exp $; +my $version = q$FML: ToHTML.pm,v 1.76 2005/08/09 12:20:27 fukachan Exp $; my $versionid = 0; if ($version =~ /,v\s+([\d\.]+)\s+/) { $versionid = "$1"; @@ -1852,7 +1852,7 @@ sub _update_montly_thread_index_master my $old = File::Spec->catfile($html_base_dir, "monthly_thread.html"); my $new = File::Spec->catfile($html_base_dir, "monthly_thread.html.new.$$"); my $htmlinfo = { - title => defined($args->{ title }) ? $args->{ title } : "ID Index", + title => defined($args->{ title }) ? $args->{ title } : "Thread Index", old => $old, new => $new, code => $code, |
