Hello guys,
Is it just me but the template/mustache node doesn't encode special chars to html anymore? It was working previously.
[{"id":"69d3d7db.2f3468","type":"inject","z":"aacc5666.3ef618","name":"","topic":"","payload":"Été","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":290,"y":280,"wires":[["dcb2c6a1.db85c8"]]},{"id":"dcb2c6a1.db85c8","type":"template","z":"aacc5666.3ef618","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"Meilleure saison: {{payload}}","output":"str","x":500,"y":280,"wires":[["1c72896d.111587"]]},{"id":"1c72896d.111587","type":"debug","z":"aacc5666.3ef618","name":"Mustache test","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":710,"y":280,"wires":[]}]
Previously été would be été
Now it stay é
I think it's since I upgraded to Node-RED 1.0.3
Any idea?