Perl mag es anscheinend nicht, wenn der Block zu map auf der naechsten Zeile beginnt...
[kivitendo-erp.git] / bin / mozilla / ct.pl
index e20efd2..0e1df52 100644 (file)
@@ -595,8 +595,7 @@ sub form_header {
 
   $select_greeting =
     qq|&nbsp;<select name=selected_cp_greeting><option></option>|;
-  map(
-     { $select_greeting .= qq|<option>$_</option>|; } @{ $form->{GREETINGS} });
+  map({ $select_greeting .= qq|<option>$_</option>|; } @{ $form->{GREETINGS} });
   $select_greeting .= qq|</select>|;
 ## /LINET