I'm using the Internationalisation messages file in Play. In my messages.en file I have:
support.msg=Click here to contact <a href="support.html">support</a>
but this gets output as
<a href="support.html">support</a>
Is it possible to escape html in messages.en file so they are output 'as is'