commit 53851cb: [Minor] Unbreak liquid error in jekyll

Vsevolod Stakhov vsevolod at highsecure.ru
Fri Mar 5 19:28:05 UTC 2021


Author: Vsevolod Stakhov
Date: 2021-03-05 19:20:58 +0000
URL: https://github.com/rspamd/rspamd/commit/53851cbe0f11aac01b3dae769b3ea0755b28788a (HEAD -> master)

[Minor] Unbreak liquid error in jekyll

---
 src/lua/lua_task.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c
index 9e786c4cb..d2bd17aba 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


More information about the Commits mailing list