From cd6f292a9290fc7e85f0a35c84502eaeb6b3aadf Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sun, 21 May 2023 20:38:32 +0200 Subject: [PATCH] Fix order of stylesheet loading Signed-off-by: DL6ER --- scripts/pi-hole/lua/header.lp | 6 ++++++ scripts/pi-hole/lua/header_authenticated.lp | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/scripts/pi-hole/lua/header.lp b/scripts/pi-hole/lua/header.lp index ccc50f8c..8afd78a6 100644 --- a/scripts/pi-hole/lua/header.lp +++ b/scripts/pi-hole/lua/header.lp @@ -83,6 +83,12 @@ end + \ + \ + \ + ') end ?> + diff --git a/scripts/pi-hole/lua/header_authenticated.lp b/scripts/pi-hole/lua/header_authenticated.lp index 637ffdeb..846f9e0e 100644 --- a/scripts/pi-hole/lua/header_authenticated.lp +++ b/scripts/pi-hole/lua/header_authenticated.lp @@ -9,11 +9,6 @@ ]]-- mg.include('header.lp','r') ?> - - - - -