We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31cdd3f + 99eb595 commit 2af2530Copy full SHA for 2af2530
lib/dtutils/string.lua
@@ -981,7 +981,7 @@ local function treat(var_string)
981
if string.match(var_string, "CATEGORY%d") or string.match(var_string, "CATEGORY%[") then
982
log.msg(log.info, "substituting for " .. var_string)
983
ret_val = substitutes[var_string]
984
- if not ret_val then ret_val = ""
+ if not ret_val then ret_val = "" end
985
log.msg(log.info, "ret_val is " .. ret_val)
986
987
elseif string.match(var_string, "SEQUENCE%[") then
0 commit comments