diff --git a/main.lua b/main.lua index 2faac39..a7839f5 100644 --- a/main.lua +++ b/main.lua @@ -1174,7 +1174,7 @@ function Bookhoard:applyServerAnnotations(annotations) if has_pages then return tonumber(pos0) ~= nil end - return pos0:sub(1, 7) == "/body/" + return pos0:sub(1, 6) == "/body/" end local function addOrUpdate(server_entry, has_text)