aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--restyler.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/restyler.lua b/restyler.lua
index 782d7c3..38aa031 100644
--- a/restyler.lua
+++ b/restyler.lua
@@ -25,7 +25,7 @@ realisticly this _probably_ won't be a problem, but still would like to try and
italics is fine, it just does {\i1\i0}, which is jank and bad but works fine so i won't worry about it too much]]
if italic == true then
txt="{\\i1}"..txt
- elseif italics == false then
+ elseif italic == false then
txt="{\\i0}"..txt
end
if align ~= nil then