From 127b694d6b652574985a27cae196e07232faae66 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 9 Jul 2010 22:59:17 +0200 Subject: Fix syntax error in localmarkdown2sms. --- localmarkdown2sms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localmarkdown2sms') diff --git a/localmarkdown2sms b/localmarkdown2sms index 9776c2d..d44e728 100755 --- a/localmarkdown2sms +++ b/localmarkdown2sms @@ -242,7 +242,7 @@ my $num_children = $#{ $reply{$key} } + 1; # How many children we'll create if (0 == $num_children) { my $err_en = "Sorry, not recognized as a keyword: Please check spelling and try again."; my $err_it = "Spiacente, non riconosco come parola chiave: Controlla l'ortografia e riprova."; - &sendmsg($sms_phone, $phone, "fallback message", "$key?\n$err_it\n$err_en); + &sendmsg($sms_phone, $phone, "fallback message", "$key?\n$err_it\n$err_en"); exit; } -- cgit v1.2.3