From: Vsevolod Stakhov Date: Sat, 12 Jun 2021 13:41:59 +0000 (+0100) Subject: [Minor] Set all tags visible (for now) X-Git-Tag: 3.0~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71e269451a663e52fda2b14bd17529a217e040f8;p=thirdparty%2Frspamd.git [Minor] Set all tags visible (for now) --- diff --git a/src/lua/lua_html.cxx b/src/lua/lua_html.cxx index 7e17f835f6..3b9b7a7def 100644 --- a/src/lua/lua_html.cxx +++ b/src/lua/lua_html.cxx @@ -380,6 +380,11 @@ lua_html_push_block (lua_State *L, const struct rspamd::html::html_block *bl) lua_pushinteger(L, bl->font_size); lua_settable(L, -3); } + + /* TODO: fix */ + lua_pushstring(L, "visible"); + lua_pushboolean(L, true); + lua_settable(L, -3); } static gint