diff --git a/unireader.lua b/unireader.lua index 81f3d76d7..d13261ad6 100644 --- a/unireader.lua +++ b/unireader.lua @@ -1341,7 +1341,7 @@ function UniReader:addJump(pageno) -- build notes from TOC local notes = self:getTocTitleOfCurrentPage() if notes ~= "" then - notes = "in "..notes_to_add + notes = "in "..notes end -- create a head jump_item = { @@ -1389,7 +1389,7 @@ function UniReader:addBookmark(pageno) -- build notes from TOC local notes = self:getTocTitleOfCurrentPage() if notes ~= "" then - notes = "in "..notes_to_add + notes = "in "..notes end mark_item = { page = pageno,