Skip to content

Fix escaping of lambda in awards/banner

sheaf requested to merge wip/fix-lambda-escaping into master

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