Ugly output in message.html.vm
If you submit an issue, your example message.html.vm produces very ugly output.
Changing
$("messageOutput").innerHTML = message;
to
$("messageOutput").innerHTML = unescape(message);
helps me to show a nicely formated message.
Statement from Kunagi Team
This should solve iss372 too. Thank You!
Status
Issue is closed for Release 0.17.