From ffa70b4790a2f19d76f65d59823a09397d68bb20 Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Sun, 9 Jun 2024 19:54:34 +0100 Subject: [PATCH] Remove invalid HTML markup. Closes #242. Signed-off-by: Andy Piper --- tinyGS/src/ConfigManager/logos.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tinyGS/src/ConfigManager/logos.h b/tinyGS/src/ConfigManager/logos.h index 902fd5be..8fa174c2 100644 --- a/tinyGS/src/ConfigManager/logos.h +++ b/tinyGS/src/ConfigManager/logos.h @@ -1,6 +1,6 @@ /* logos.h - Images to show on the config webpage - + Copyright (C) 2020 -2021 @G4lile0, @gmag12 and @dev_4m1g0 This program is free software: you can redistribute it and/or modify @@ -19,4 +19,4 @@ #include -const char LOGO[] PROGMEM = "
\n"; +const char LOGO[] PROGMEM = "
\n";