Filter newline and carriage returns when dumping themes

This commit is contained in:
2024-06-17 17:04:35 -04:00
parent b1454bf2a1
commit a8cc3ebfc3

View File

@@ -30,7 +30,7 @@
#include "common.h"
#include "badges.h"
#define ILLEGAL_CHARS "><\"?;:/\\+,.|[=]*"
#define ILLEGAL_CHARS "><\"?;:/\\+,.|[=]*\n\r"
extern FS_Archive ArchiveSD;
extern FS_Archive ArchiveHomeExt;