summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin/htmlify.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-04-07 05:35:07 +0000
committerfukachan <fukachan>2002-04-07 05:35:07 +0000
commit8925acf5aa740175feceea4d78ccdb3440826a74 (patch)
tree50b80b36f24ef14c901db6b604f13003cd642441 /fml/lib/FML/Command/Admin/htmlify.pm
parent1b0b6ade9222e5e0885a5959595d4dd7fede8a16 (diff)
downloadfml8-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.pm4
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,
});
}