--- a/clib/soup.c +++ b/clib/soup.c @@ -106,7 +106,7 @@ luaH_soup_set_cookies_storage(lua_State *L) luaL_error(L, "cookies_storage cannot be empty"); g_free(cookies_storage); cookies_storage = g_strdup(new_path); - + if ((f = g_fopen(cookies_storage, "a")) != NULL) { g_chmod(cookies_storage, 0600); fclose(f); --- a/lib/binds.lua +++ b/lib/binds.lua @@ -496,7 +496,7 @@ modes.add_cmds({ callback = function (_, err) w:error(err) end, - }) + }) else w:error("No argument provided") end --- a/lib/help_chrome.lua +++ b/lib/help_chrome.lua @@ -27,7 +27,8 @@ local index_html_template = [==[ - +

About Luakit

Luakit is a highly configurable, browser framework based on the