projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ef7825
)
Anscheinend mag Perl es nicht, wenn der Block zu map auf der naechsten Zeile beginnt.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 29 Sep 2005 07:58:47 +0000
(07:58 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 29 Sep 2005 07:58:47 +0000
(07:58 +0000)
bin/mozilla/ct.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ct.pl
b/bin/mozilla/ct.pl
index
e20efd2
..
0e1df52
100644
(file)
--- a/
bin/mozilla/ct.pl
+++ b/
bin/mozilla/ct.pl
@@
-595,8
+595,7
@@
sub form_header {
$select_greeting =
qq| <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