From: Vsevolod Stakhov Date: Fri, 5 Mar 2021 19:20:58 +0000 (+0000) Subject: [Minor] Unbreak liquid error in jekyll X-Git-Tag: 3.0~609 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53851cbe0f11aac01b3dae769b3ea0755b28788a;p=thirdparty%2Frspamd.git [Minor] Unbreak liquid error in jekyll --- diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index 9e786c4cb0..d2bd17aba5 100644 --- a/src/lua/lua_task.c +++ b/src/lua/lua_task.c @@ -413,7 +413,7 @@ LUA_FUNCTION_DEF (task, get_raw_headers); * Modify an existing or non-existing header with the name `name` * Mods is a table with the following structure: * { - * "add" = {{order, value}, {order, value}}, + * "add" = { {order, value}, {order, value} }, * "remove" = {order, order, order} * } * Modifications are evaluated in order: remove, add, so headers are first