diff options
| author | fukachan <fukachan> | 2002-04-07 05:35:07 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-04-07 05:35:07 +0000 |
| commit | 8925acf5aa740175feceea4d78ccdb3440826a74 (patch) | |
| tree | 50b80b36f24ef14c901db6b604f13003cd642441 /fml/lib/FML/Command/Admin/htmlify.pm | |
| parent | 1b0b6ade9222e5e0885a5959595d4dd7fede8a16 (diff) | |
| download | fml8-8925acf5aa740175feceea4d78ccdb3440826a74.tar.gz fml8-8925acf5aa740175feceea4d78ccdb3440826a74.tar.bz2 fml8-8925acf5aa740175feceea4d78ccdb3440826a74.zip | |
remove \s*$
Diffstat (limited to 'fml/lib/FML/Command/Admin/htmlify.pm')
| -rw-r--r-- | fml/lib/FML/Command/Admin/htmlify.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/Admin/htmlify.pm b/fml/lib/FML/Command/Admin/htmlify.pm index 866c3477..5ae4cefd 100644 --- a/fml/lib/FML/Command/Admin/htmlify.pm +++ b/fml/lib/FML/Command/Admin/htmlify.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: htmlify.pm,v 1.10 2002/03/31 03:39:13 fukachan Exp $ +# $FML: htmlify.pm,v 1.11 2002/04/07 05:01:06 fukachan Exp $ # package FML::Command::Admin::htmlify; @@ -75,7 +75,7 @@ sub process } use Mail::Message::ToHTML; - &Mail::Message::ToHTML::htmlify_dir($src_dir, { + &Mail::Message::ToHTML::htmlify_dir($src_dir, { directory => $dst_dir, }); } |
