From b8e59f39371000993f34e38d56633acf53021906 Mon Sep 17 00:00:00 2001
From: Victor Kozyakin <57475371+kozyakin@users.noreply.github.com>
Date: Mon, 18 Nov 2024 16:11:37 +0300
Subject: [PATCH] Update inject-css.lua
---
html/inject-css.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/inject-css.lua b/html/inject-css.lua
index 392491e..9599b68 100644
--- a/html/inject-css.lua
+++ b/html/inject-css.lua
@@ -14,7 +14,7 @@ local html = readFile(filehtml)
local csstmp = readFile(filecss)
local css = csstmp:gsub('%%', '%%%%')
-local spattern = ""
+local spattern = ""
local rpattern = ""
local htmltmp = html:gsub(spattern, rpattern)