Syntaxhighlighting für Emacs.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 5 Feb 2007 11:39:04 +0000 (11:39 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 5 Feb 2007 11:39:04 +0000 (11:39 +0000)
bin/mozilla/ic.pl

index c52288a..b99fb25 100644 (file)
@@ -2081,8 +2081,8 @@ sub link_part {
   IC->create_links("IC", \%myconfig, \%$form);
 
   # currencies
-  map { $form->{selectcurrency} .= "<option>$_\n" } split /:/,
-    $form->{currencies};
+  map({ $form->{selectcurrency} .= "<option>$_\n" }
+      split(/:/, $form->{currencies}));
 
   # parts and assemblies have the same links
   $item = $form->{item};