Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dohyunkim committed Mar 19, 2020
1 parent 35b2100 commit 395b6cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions luatexko.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1360,11 +1360,10 @@ local ulitems = {}
local function process_uline (head, parent, level)
local curr, level, attr = head, level or 0
while curr do
local id = curr.id
if curr.list then
curr.list = process_uline(curr.list, curr, level+1)

elseif id == whatsitid and curr.user_id == uline_id then
elseif curr.id == whatsitid and curr.user_id == uline_id then

local value = curr.value
if curr.type == lua_value then
Expand Down

0 comments on commit 395b6cf

Please sign in to comment.