From 1f485f58a07b191db2983ebb9556b796e442e440 Mon Sep 17 00:00:00 2001 From: garret Date: Tue, 11 Mar 2025 17:12:37 +0000 Subject: restyler: fix wrong variable name --- restyler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2