Changes
Jump to navigation
Jump to search
else
errorCategoryLink = ''
fix error category logic
local errorCategoryLink
if yesno(demo) then
errorCategoryLink = ''
else
errorCategoryLink = string.format(
'[[%s:%s]]',
errorCategory
)
end
return string.format(