fix typo in unireader

This commit is contained in:
Qingping Hou
2012-04-18 20:05:12 +08:00
parent 1b2d0b71b0
commit b1e49446a0

View File

@@ -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,