fix text-related tag events, remove warnings, make search engine not fetch /index.html separately but /
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
if #logMessages > 20 then
|
||||
table.remove(logMessages, 1)
|
||||
end
|
||||
logArea.text = table.concat(logMessages, '\\n')
|
||||
logArea.text = table.concat(logMessages, '\n')
|
||||
end
|
||||
|
||||
-- Function to update status
|
||||
|
||||
Reference in New Issue
Block a user