summaryrefslogtreecommitdiff
path: root/FS/FS/Maketext.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/Maketext.pm')
-rw-r--r--FS/FS/Maketext.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Maketext.pm b/FS/FS/Maketext.pm
index ccfc120..c90e573 100644
--- a/FS/FS/Maketext.pm
+++ b/FS/FS/Maketext.pm
@@ -11,6 +11,7 @@ our @EXPORT_OK = qw( mt emt js_mt );
our $lh;
sub mt {
+ return '' if $_[0] eq '';
$lh ||= lh();
$lh->maketext(@_);
}