Filter newline and carriage returns when dumping themes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user