diff options
-rw-r--r-- | otfl-font-xtx.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-font-xtx.lua b/otfl-font-xtx.lua index ac4ebb1..c53712f 100644 --- a/otfl-font-xtx.lua +++ b/otfl-font-xtx.lua @@ -69,7 +69,7 @@ local function isstyle(s) list.style = "bold" elseif v == "i" then list.style = "italic" - elseif v == "bi" or list.style == "ib" then + elseif v == "bi" or v == "ib" then list.style = "bolditalic" end end |