Commit 7f18cce09a41972193a8f3b3c348734470eb065d

Authored by David RENÉ
1 parent 14876efb

clean typo

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
mail/send_mail_type.anubis
@@ -182,8 +182,8 @@ public define Email_Address @@ -182,8 +182,8 @@ public define Email_Address
182 [first . t] then 182 [first . t] then
183 if t is 183 if t is
184 { 184 {
185 - [] then email_address("", trim_tokens(first,['<','>',' '])),  
186 - [second . t] then email_address(first, trim_tokens(second,['<','>',' '])) 185 + [] then email_address("", trim_tokens(first, ['<','>',' '])),
  186 + [second . _] then email_address(first, trim_tokens(second, ['<','>',' ']))
187 } 187 }
188 } 188 }
189 . 189 .