I am using the internationalization message file in Play. In my messages.en file, I have:
support.msg=Click here to contact <a href="support.html">support</a>
but it prints like
<a href="support.html">support</a>
Is it possible to exit html in the messages.en file so that they are printed as 'as is'
Kevin source
share