Fix escaping of lambda in awards/banner

The lambda backslash was causing the following error for me:

parse error on input ‘\’

Rewriting the code to avoid using a lambda was the easiest solution.

Merge request reports

Loading