From b1e49446a0e72eb07dde90b0717b6b73aab96c1b Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Wed, 18 Apr 2012 20:05:12 +0800 Subject: [PATCH] fix typo in unireader --- unireader.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,