3.0.1 hotfix backport (#328)
* Filter newline and carriage returns when dumping themes * Backup badges if no badges found
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "badges.h"
|
||||
#include "config.h"
|
||||
|
||||
#define ILLEGAL_CHARS "><\"?;:/\\+,.|[=]*"
|
||||
#define ILLEGAL_CHARS "><\"?;:/\\+,.|[=]*\n\r"
|
||||
|
||||
extern FS_Archive ArchiveSD;
|
||||
extern FS_Archive ArchiveHomeExt;
|
||||
|
||||
Reference in New Issue
Block a user