updated instruction

This commit is contained in:
Chr1Z93 2024-10-15 00:53:56 +02:00
parent e83a8a54f5
commit c6d163859f

View File

@ -69,7 +69,7 @@ function generate(_, playerColor)
-- maybe add hyperlink for back
if entry.back then
table.insert(descriptionParts, ' (<a href="' .. entry.back .. '">Back</a>')
table.insert(descriptionParts, ' (<a href="' .. entry.back .. '">Back</a>)')
end
end