This commit is contained in:
Alexander Lay-Calvert
2022-09-23 14:27:15 -04:00
parent 1769465a74
commit b2e4c52b17

View File

@@ -613,7 +613,7 @@ local function linesubst(line, title, dates, uuid)
uuid = ""
end
shorttitle = string.match(title, '^.+/(.+)$')
local shorttitle = string.match(title, "^.+/(.+)$")
if shorttitle == nil then
shorttitle = title
end