-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
Description
NodeBB version
v4.6.0
NodeBB git hash
No response
NodeJS version
No response
Installed NodeBB plugins
No response
Database type
No response
Database version
No response
Exact steps to cause this issue
When various setting-field in the admin panel contains the letters 'æøå' - this causes the theme config to not be instantiated. Console displays error for "badly escaped characters" in config. The theme is a custom child theme of the Harmony theme, and copies Harmony's method for instantiating config and app, as Harmony does in "header.tpl".
What you expected
I expect 'æøå' to be allowed in setting-fields and for theme config to be unaffected by them.
What happened instead
No response
Anything else?
No response