mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix typo in unireader
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user