From e4cc127ad5e8b572a747de9be85ebccd4a73a953 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 24 Nov 2006 14:44:23 +0000 Subject: [PATCH] Emacs... Syntaxhighlighting... --- bin/mozilla/is.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 933db34aa..501d885dd 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -162,7 +162,7 @@ sub invoice_links { } # currencies - @curr = split /:/, $form->{currencies}; + @curr = split(/:/, $form->{currencies}); chomp $curr[0]; $form->{defaultcurrency} = $curr[0]; -- 2.20.1