diff --git a/WebList.lua b/WebList.lua index 4d1ebfd..e4251b3 100644 --- a/WebList.lua +++ b/WebList.lua @@ -463,7 +463,7 @@ local function HandleWebLatestClaims(a_Request) } if (g_Config.WebPreview) then for rot = 0, 3 do - table.insert(cells, string.format("", + table.insert(cells, string.format("", requestBasePath, area.GalleryName, area.ID, rot) ) end @@ -506,7 +506,7 @@ local function HandleWebLatestChanges(a_Request) } if (g_Config.WebPreview) then for rot = 0, 3 do - table.insert(cells, string.format("", + table.insert(cells, string.format("", requestBasePath, area.GalleryName, area.ID, rot) ) end