From e1cac20414e71f4ee3edf16980ac48bac12f3860 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Fri, 29 Oct 2021 05:27:12 +0200 Subject: [PATCH] forgot to escape things --- macros/pass1_misc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/pass1_misc.json b/macros/pass1_misc.json index 6c8bc32..1a10bba 100644 --- a/macros/pass1_misc.json +++ b/macros/pass1_misc.json @@ -1,5 +1,5 @@ { -"FAVICON":"", +"FAVICON":"", "STYLESHEET":"", "PLEAZE_NO_CACHE":"header('Cache-Control: no-cache, no-store, must-revalidate');header('Pragma: no-cache');header('Expires: 0');", "COLOR_BEIGE":"#fef6e4", "COLOR_ORANGE":"#f3d2c1", "COLOR_BLUE":"#001858", "COLOR_PINK":"#f582ae", "COLOR_CYAN":"#8bd3dd"